Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCardViewFiltering.RowPopup Property

Represents options for a filter dropdown.

#Declaration

Delphi
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