Skip to main content

TcxEditorRowPropertiesOptions.ExcelFilterPopup Property

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

Declaration

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