vcl-cxgridcustomtableview-6d22caab.md
Contains options for a filter dropdown.
TcxGridItemFilterPopupOptions = class(
TcxCustomGridOptions
)
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.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxGridItemFilterPopupOptions
See Also