TcxCustomGridTableFiltering.ItemExcelPopup Property
Provides access to general Excel-inspired filter dropdown settings applied to a grid View.
Declaration
property ItemExcelPopup: TcxGridItemExcelFilterPopupOptions read; write;
Property Value
Type |
---|
TcxGridItemExcelFilterPopupOptions |
Remarks
You can use the ItemExcelPopup.DateTimeValuesPageType and ItemExcelPopup.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 all available options.
The settings accessible via the ItemExcelPopup property affect filter dropdowns in a grid View only if either of the following conditions is met:
The ItemPopupMode property is set to fpmExcel;
The ItemPopupMode property is set to fpmDefault, and the dxDefaultFilterPopupWindowMode global constant value is fpmExcel.
See Also