TcxTreeListOptionsCustomizing.ColumnFiltering Property
Specifies if column headers can display filter dropdown buttons.
Declaration
property ColumnFiltering: TdxDefaultBoolean read; write; default bDefault;
Property Value
| Type | Default |
|---|---|
| TdxDefaultBoolean | bDefault |
Remarks
Values include:
| Value | Description |
|---|---|
| bFalse | Filter dropdown buttons are hidden. |
| bTrue | Columns whose Options.Filtering property is set to True display filter dropdown buttons in their headers as specified by the TreeList control’s OptionsView.ShowColumnFilterButtons property setting. |
| bDefault | Corresponds to the value specified by the cxControlDefaultItemFiltering global constant. The value is bFalse if this constant is set to False, otherwise the value is bTrue. |
The default value of the ColumnFiltering property is bDefault.
See Also