TcxCustomEditContainerItemOptions.ExcelFilterPopup Property
In This Article
Provides access to the settings of an editor container’s Excel-inspired filter dropdown.
#Declaration
Delphi
property ExcelFilterPopup: TcxCustomEditContainerItemExcelFilterPopupOptions read; write;
#Property Value
Type |
---|
Tcx |
#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