Gets a reference to the TableItemStyle object that enables you to set the appearance of the header row in a C1GridView control.

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

Syntax

C#
[C1CategoryAttribute("Category.Style")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[LayoutAttribute(LayoutType.Styles)]
public TableItemStyle HeaderStyle { get; }
Visual Basic
<C1CategoryAttribute("Category.Style")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<NotifyParentPropertyAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<LayoutAttribute(LayoutType.Styles)> _
Public ReadOnly Property HeaderStyle As TableItemStyle
	Get

Remarks

This property is used to provide a custom style for the header section of the column.

See Also