Skip to main content

TcxCustomEditContainerItemOptions.FilterPopup Property

Provides access to the container control item settings common to all filter dropdown types, and the settings that affect only classic filter dropdowns.

Declaration

property FilterPopup: TcxCustomEditContainerItemFilterPopupOptions read; write;

Property Value

Type
TcxCustomEditContainerItemFilterPopupOptions

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