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.RowExcelPopup Property

Provides access to general Excel-inspired filter dropdown settings applied to a Card View.

#Declaration

Delphi
property RowExcelPopup: TcxGridItemExcelFilterPopupOptions read; write;

#Property Value

Type
TcxGridItemExcelFilterPopupOptions

#Remarks

You can use the RowExcelPopup.DateTimeValuesPageType and RowExcelPopup.NumericValuesPageType properties to change the UI that the Values page of an Excel-inspired filter dropdown displays for date/time and numeric values. Refer to the TcxGridItemExcelFilterPopupOptions class description for details on available options.

The settings accessible via the RowExcelPopup property affect a Card View row‘s filter dropdown only if the following conditions are met:

See Also