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

TcxCustomGridTableFiltering.ItemPopup Property

Provides access to options that control various appearance and behavior aspects of filter dropdowns for View items (columns or card rows).

#Declaration

Delphi
property ItemPopup: TcxGridItemFilterPopupOptions read; write;

#Property Value

Type
TcxGridItemFilterPopupOptions

#Remarks

Use this property to customize appearance and behavior elements of filter dropdowns for View items (columns or card rows). Each View introduces its own property to access these options. Use the View’s Filtering.ColumnPopup and Filtering.RowPopup properties for Table Views and Card Views, respectively.

See Also