ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CanSort Property

In This Topic
    CanSort Property (BaseCollectionView)
    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