TcxGridTableFiltering.ColumnFilteredItemsList Property
Specifies if a filter pop-up window displays all or only filtered items.
Declaration
property ColumnFilteredItemsList: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
|
Remarks
A filter pop-up window displays filtered items for its column only if both the ColumnFilteredItemsList property and the column’s Options.FilteringFilteredItemsList property are set to True. Use the ColumnFilteredItemsListShowFilteredItemsOnly property to reduce the number of filtered items displayed in the pop-up window.
Default Value
The ColumnFilteredItemsList property’s default value is False.
See Also