Xceed DataGrid for WPF v7.2 Documentation
GetColumnChooserSortOrder Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace > UIViewBase Class : GetColumnChooserSortOrder Method
The dependency object from which the property value is read. 
Gets a value indicating the order in which the column titles displayed in the column-chooser context menu are sorted.
Syntax
'Declaration
 
Public Shared Function GetColumnChooserSortOrder( _
   ByVal obj As DependencyObject _
) As ColumnChooserSortOrder
'Usage
 
Dim obj As DependencyObject
Dim value As ColumnChooserSortOrder
 
value = UIViewBase.GetColumnChooserSortOrder(obj)
public static ColumnChooserSortOrder GetColumnChooserSortOrder( 
   DependencyObject obj
)

Parameters

obj
The dependency object from which the property value is read. 

Return Value

A ColumnChooserSortOrder value representing the order in which the column titles displayed in the column-chooser context menu are sorted.
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

UIViewBase Class
UIViewBase Members