Gets/sets the column header style of the Details view.
Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(ColumnHeaderStyle.Clickable)> _ <CategoryAttribute("Behavior")> _ Public Property HeaderStyle As ColumnHeaderStyle |
| C# |
|---|
[DefaultValueAttribute(ColumnHeaderStyle.Clickable)] [CategoryAttribute("Behavior")] public ColumnHeaderStyle HeaderStyle { get; set; } |
| Visual C++ |
|---|
[DefaultValueAttribute(ColumnHeaderStyle::Clickable)] [CategoryAttribute(L"Behavior")] public: property ColumnHeaderStyle HeaderStyle { ColumnHeaderStyle get (); void set (ColumnHeaderStyle value); } |
Property Value
ColumnHeaderStyle value that specify the header style. The default is Clickable.
Remarks
The HeaderStyle property allows you to specify whether the column headers will function as clickable buttons. If the HeaderStyle property is set to Clickable, column headers act like buttons that users can click to perform an action, such as sorting the items in the list control using the items in the clicked column as a key.