Skip to main content
A newer version of this page is available. .

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:

See Also