TcxCustomEditContainerItemOptions.FilterPopup Property
In This Article
Provides access to the container control item settings common to all filter dropdown types, and the settings that affect only classic filter dropdowns.
#Declaration
Delphi
property FilterPopup: TcxCustomEditContainerItemFilterPopupOptions read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Each TcxCustomEditContainerItemOptions class descendant overrides this property with the corresponding container control class-specific version. Refer to the corresponding property descriptions for details.
See Also