CanSort Property (C1CollectionView)
In This Topic
Gets a value that indicates whether this view supports sorting via the
System.ComponentModel.ICollectionView.SortDescriptions property.
Syntax
'Declaration
Public ReadOnly Property CanSort As Boolean
public bool CanSort {get;}
See Also