次の方法で共有


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 はありません。

適用対象