Share via


TableColumnDefinitionBase.IsFilterable Property

Definition

Indicated whether the column can be filtered using the default UI.

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

Property Value

Returns Boolean.

Implements

Remarks

If this returns false then there will be no built-in UI for letting the user filter the column.

Applies to