This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.HeaderStyle Property

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
Public Property HeaderStyle As ColumnHeaderStyle
C#
public ColumnHeaderStyle HeaderStyle { get; set; }

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.

See Also

Reference