Gets/sets the column header style of the Details view.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Property HeaderStyle As ColumnHeaderStyle
public ColumnHeaderStyle HeaderStyle { get; set; }
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.