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:
The FilterPopupMode property is set to fpmExcel.
The FilterPopupMode property is set to fpmDefault, and the vertical grid control’s Filtering.RowPopupMode property is set to fpmExcel.
The FilterPopupMode property and the control’s Filtering.RowPopupMode property are both set to fpmDefault, and the dxDefaultFilterPopupWindowMode global constant value is fpmExcel.