TcxGridCardViewFiltering.RowExcelPopup Property
Provides access to general Excel-inspired filter dropdown settings applied to a Card View.
Declaration
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:
The RowPopupMode property is set to fpmExcel or fpmDefault if the dxDefaultFilterPopupWindowMode global constant value is fpmExcel in the latter case.
The Card View row’s Options.FilteringPopupMode property is set to fpmDefault.