Share via


FilterableListView.Sorting Property

 

Gets or sets the sort order for items in the control.

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

Syntax

public SortOrder Sorting { get; set; }
public:
property SortOrder Sorting {
    SortOrder get();
    void set(SortOrder value);
}
Public Property Sorting As SortOrder

Property Value

Type: System.Windows.Forms.SortOrder

One of the SortOrder values. The default is None.

See Also

FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top