ICollectionView.CanSort 属性

定义

获取一个值,该值指示此视图是否支持通过 SortDescriptions 属性进行排序。

public:
 property bool CanSort { bool get(); };
public bool CanSort { get; }
member this.CanSort : bool
Public ReadOnly Property CanSort As Boolean

属性值

true 如果此视图支持排序,则为否则,为 false.

适用于

另请参阅