Determines whether the header is displayed.

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

Syntax

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

Field Value

The default value is true.

Remarks

Set this property to true to display the header.

See Also