Namespace: MonoSoftware.MonoX.Controls.HierarchicalRepeater
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected override HtmlTextWriterTag TagKey { get; }
Visual Basic
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag
	Get
Visual C++
protected:
virtual property HtmlTextWriterTag TagKey {
	HtmlTextWriterTag get () override;
}
F#
abstract TagKey : HtmlTextWriterTag with get
override TagKey : HtmlTextWriterTag with get

Property Value

Type: HtmlTextWriterTag

See Also