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

TcxGridTableFiltering.ColumnExcelPopup Property

Provides access to general Excel-inspired filter pop-up settings applied to a grid’s Table View.

Declaration

property ColumnExcelPopup: TcxGridItemExcelFilterPopupOptions read; write;

Property Value

Type Description
TcxGridItemExcelFilterPopupOptions

Contains settings of a grid item‘s Excel-inspired filter pop-up window.

Remarks

You can use the ColumnExcelPopup.DateTimeValuesPageType and ColumnExcelPopup.NumericValuesPageType properties to change the UI that the Values page of an Excel-inspired filter pop-up window displays for date/time and numeric values. Refer to the TcxGridItemExcelFilterPopupOptions class description for details on available options.

The ColumnExcelPopup property affects a column‘s filter pop-up window only if the following conditions are met:

+* The ColumnPopupMode property is set to fpmExcel or fpmDefault (when the dxDefaultFilterPopupWindowMode global constant value is fpmExcel).

See Also