TcxGridCardViewFiltering.RowPopup Property
Represents options for a filter dropdown.
Declaration
property RowPopup: TcxGridItemFilterPopupOptions read; write;
Property Value
Type |
---|
TcxGridItemFilterPopupOptions |
Remarks
With these options, you can specify the mode the View is updated in against the filter criteria (see the ApplyMultiSelectChanges property), the size of a filter dropdown – its width and the maximum number of items in the filter dropdown (see the DropDownWidth and MaxDropDownItemCount properties), and whether multiple selection of the filter dropdown’s items is available (see the MultiSelect property).
See Also