次の方法で共有


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

適用対象