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

TcxCustomEditContainerItemOptions.ExcelFilterPopup Property

Provides access to the settings of an editor container’s Excel-inspired filter dropdown.

#Declaration

Delphi
property ExcelFilterPopup: TcxCustomEditContainerItemExcelFilterPopupOptions read; write;

#Property Value

Type
TcxCustomEditContainerItemExcelFilterPopupOptions

#Remarks

Use the ExcelFilterPopup.DateTimeValuesPageType and ExcelFilterPopup.NumericValuesPageType properties to specify how the Excel-inspired filter dropdown displays a selection of the bound dataset field’s values on the Values page. Refer to the TcxCustomEditContainerItemExcelFilterPopupOptions class description for details on available options.

See Also