TcxGridItemFilterPopupOptions Class
Contains options for a filter dropdown.
Declaration
TcxGridItemFilterPopupOptions = class(
TcxCustomGridOptions
)
Remarks
With the following options you can specify:
the mode in which the View is updated against the filter criteria (ApplyMultiSelectChanges);
the size of a filter dropdown – its width and the maximum number of items in the filter dropdown (DropDownWidth and MaxDropDownItemCount);
whether multiple selections of the filter dropdown’s items are available (MultiSelect).
The TcxGridItemFilterPopupOptions object is referenced by the View’s Filtering.ColumnPopup or Filtering.RowPopup properties for Table and Card Views, respectively.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxGridItemFilterPopupOptions
See Also