Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableFiltering.ColumnExcelPopup Property

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

#Declaration

Delphi
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