Gets or sets the text to render in an HTML caption element in a C1GridView control. This property is provided to make the control more accessible to users of assistive technology devices.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Accessibility")]
[DefaultValueAttribute("")]
[JsonAttribute(true, true, "")]
[LayoutAttribute(LayoutType.Accessibility)]
public virtual string Caption { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Accessibility")> _
<DefaultValueAttribute("")> _
<JsonAttribute(True, True, "")> _
<LayoutAttribute(LayoutType.Accessibility)> _
Public Overridable Property Caption As String
	Get
	Set

See Also