TcxGridTableFiltering.ColumnPopup Property
Provides access to filter drop-down window settings.
Declaration
property ColumnPopup: TcxGridItemFilterPopupOptions read; write;
Property Value
Type | Description |
---|---|
TcxGridItemFilterPopupOptions | Stores filter drop-down window settings. |
Remarks
With these options, you can specify:
The filter mode used (see the ApplyMultiSelectChanges property).
The size of the filter dropdown – its width and the maximum number of items in the filter dropdown (see the DropDownWidth and MaxDropDownItemCount properties).
Whether multiple selection of the filter dropdown’s items is available (see the MultiSelect property).
See Also