SortableListView.SortColumn Property

 

Namespace:   Microsoft.Web.Management.Client.Win32
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

Syntax

public ColumnHeader SortColumn { get; }
public:
property ColumnHeader^ SortColumn {
    ColumnHeader^ get();
}
member SortColumn : ColumnHeader with get
Public ReadOnly Property SortColumn As ColumnHeader

Property Value

Type: System.Windows.Forms.ColumnHeader

See Also

SortableListView Class
Microsoft.Web.Management.Client.Win32 Namespace

Return to top