Gets the style properties of the column header.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] public virtual TableItemStyle HeaderStyle { get; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <NotifyParentPropertyAttribute(True)> _ <PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ Public Overridable ReadOnly Property HeaderStyle As TableItemStyle Get |
Remarks
This property is used to provide a custom style for the header section of the column.