Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SortDataCollection<T> Class / IsSorted Property

In This Topic
    IsSorted Property
    In This Topic
    Gets whether the collection is sorted.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSorted As Boolean
    public bool IsSorted {get;}
    See Also