PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / SortDescriptions Property

In This Topic
    SortDescriptions Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
    public virtual IReadOnlyList<SortDescription> SortDescriptions {get;}
    See Also