ComponentOne DataGrid for WPF and Silverlight
CanSort Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : CanSort Property
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 System.Boolean
public virtual System.bool CanSort {get;}

Property Value

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

Reference

BaseCollectionView Class
BaseCollectionView Members