Xceed DataGrid for WPF v7.2 Documentation
SortOrder Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > ColumnChooserContextMenu Class : SortOrder Property
Gets or sets a value representing the order in which the column titles displayed in the column-chooser context menu are displayed.
Syntax
'Declaration
 
Public Property SortOrder As ColumnChooserSortOrder
'Usage
 
Dim instance As ColumnChooserContextMenu
Dim value As ColumnChooserSortOrder
 
instance.SortOrder = value
 
value = instance.SortOrder
public ColumnChooserSortOrder SortOrder {get; set;}

Property Value

A ColumnChooserSortOrder value representing the order in which the column titles displayed in the column chooser-context menu are displayed. By default, VisiblePositions.
Requirements

Target Platforms: Windows 11, Windows, 10, 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

Reference

ColumnChooserContextMenu Class
ColumnChooserContextMenu Members