TableColumnDefinitionBase.IsSortable 属性

定义

指示是否可以使用默认 UI 对列进行排序。

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

属性值

Boolean

返回 Boolean

实现

注解

如果此参数返回 false,则不会出现用于使用户对列进行排序的内置 UI。

适用于