ITableColumnDefinition.IsFilterable 属性

定义

指示是否可以使用默认 UI 筛选列。

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

属性值

返回 Boolean

注解

如果返回 false,则没有内置 UI 允许用户筛选列。

适用于