ITableColumnDefinition.IsFilterable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicated whether the column can be filtered using the default 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
Property Value
Returns Boolean.
Remarks
If this returns false then there will be no built-in UI for letting the user filter the column.