TcxCustomEditContainerItemOptions.ExcelFilterPopup Property
Provides access to the settings of an editor container’s Excel-inspired filter dropdown.
Declaration
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