'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.