SortOrder Property
Gets or sets the SortOrder option.
This option controls how the items are sorted while displaying in the control.
Syntax
'Declaration Public Property SortOrder As SortOrder
'Usage Dim instance As FilterOptions Dim value As SortOrder instance.SortOrder = value value = instance.SortOrder
public SortOrder SortOrder {get; set;}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also