Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Views Namespace / ColumnChooserSortOrder Enumeration


In This Topic
    ColumnChooserSortOrder Enumeration
    In This Topic
    Value representing the order in which the column titles displayed in the column-chooser are sorted.
    Syntax
    'Declaration
     
    Public Enum ColumnChooserSortOrder 
       Inherits System.Enum
    'Usage
     
    Dim instance As ColumnChooserSortOrder
    public enum ColumnChooserSortOrder : System.Enum 
    Members
    MemberDescription
    NoneThe titles are not sorted.
    TitleAscendingThe titles are sorted in an ascending order.
    TitleDescendingThe titles are sorted in a descending order.
    VisiblePositionThe titles are sorted according to the visible positions of the columns.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.DataGrid.Views.ColumnChooserSortOrder

    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