Share via


FilterableListView.HeaderStyle Property

 

Gets or sets the column header style.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public ColumnHeaderStyle HeaderStyle { get; set; }
public:
property ColumnHeaderStyle HeaderStyle {
    ColumnHeaderStyle get();
    void set(ColumnHeaderStyle value);
}
Public Property HeaderStyle As ColumnHeaderStyle

Property Value

Type: System.Windows.Forms.ColumnHeaderStyle

The column header style.

See Also

FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top