Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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