Gets the style properties of the column header.

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

Syntax

C#
[TypeConverterAttribute("C1.Web.UI.Design.C1GridViewObjectConverter, C1.Web.UI.Design.2")]
[BrowsableAttribute(true)]
public override TableItemStyle HeaderStyle { get; }
Visual Basic
<TypeConverterAttribute("C1.Web.UI.Design.C1GridViewObjectConverter, C1.Web.UI.Design.2")> _
<BrowsableAttribute(True)> _
Public Overrides 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