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

TcxVerticalGridFiltering.RowExcelPopup Property

Provides access to an Excel-inspired filter dropdown’s settings.

#Declaration

Delphi
property RowExcelPopup: TcxVerticalGridFilteringRowExcelPopupOptions read; write;

#Property Value

Type
TcxVerticalGridFilteringRowExcelPopupOptions

#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 TcxVerticalGridFilteringRowExcelPopupOptions class description for details on all available options.

The settings accessible via the RowExcelPopup property affect a filter dropdown only if either of the following conditions is met:

See Also