ITableColumnDefinition.IsSortable 属性

定义

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

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

属性值

返回 Boolean

注解

如果返回 false,则没有内置 UI 允许用户对列进行排序。

适用于