TcxVerticalGridFiltering.RowExcelPopup Property
In This Article
Provides access to an Excel-inspired filter dropdown’s settings.
#Declaration
Delphi
property RowExcelPopup: TcxVerticalGridFilteringRowExcelPopupOptions read; write;
#Property Value
Type |
---|
Tcx |
#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:
The RowPopupMode property is set to fpmExcel;
The RowPopupMode property is set to fpmDefault, and the dxDefaultFilterPopupWindowMode global constant value is fpmExcel.
See Also