ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / RiaCollectionView Class / CanSort Property

In This Topic
    CanSort Property (RiaCollectionView)
    In This Topic
    Gets a value that indicates whether this view supports sorting by way of the System.ComponentModel.ICollectionView.SortDescriptions property.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CanSort As Boolean
    public virtual bool CanSort {get;}

    Property Value

    true if this view supports sorting; otherwise, false.
    See Also