TcxVerticalGridFiltering.RowExcelPopup Property
Provides access to an Excel-inspired filter dropdown’s settings.
Declaration
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:
The RowPopupMode property is set to fpmExcel;
The RowPopupMode property is set to fpmDefault, and the dxDefaultFilterPopupWindowMode global constant value is fpmExcel.
See Also