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
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