'Declaration Public Shared Sub SetColumnChooserSortOrder( _ ByVal obj As DependencyObject, _ ByVal value As ColumnChooserSortOrder _ )
'Usage Dim obj As DependencyObject Dim value As ColumnChooserSortOrder UIViewBase.SetColumnChooserSortOrder(obj, value)
public static void SetColumnChooserSortOrder( DependencyObject obj, ColumnChooserSortOrder value )
Parameters
- obj
- The dependency object to which the attached property is written.
- value
- A ColumnChooserSortOrder value representing the order in which the column titles displayed in the column-chooser context menu are sorted.