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

TcxEditorRowPropertiesOptions.ExcelFilterPopup Property

Provides access to the settings of an editor row‘s Excel-inspired filter dropdown.

#Declaration

Delphi
property ExcelFilterPopup: TcxEditorRowPropertiesExcelFilterPopupOptions read; write;

#Property Value

Type
TcxEditorRowPropertiesExcelFilterPopupOptions

#Remarks

All filter dropdown settings accessible via the ExcelFilterPopup property override the identically named settings available via the vertical grid control’s Filtering.RowExcelPopup property.

Refer to the TcxEditorRowPropertiesExcelFilterPopupOptions class description for details on all available Excel-inspired filter dropdown settings of an editor row.

The settings accessible via the ExcelFilterPopup property affect an editor row’s filter dropdown if one of the following conditions is met:

See Also