TcxCustomEditContainerItemOptions.FilterPopupMode Property
In This Article
Specifies the filter dropdown type that a container control item uses.
#Declaration
Delphi
property FilterPopupMode: TdxFilterPopupWindowMode read; write; default fpmDefault;
#Property Value
Type | Default |
---|---|
Tdx |
fpm |
#Remarks
Set this property to fpmClassic or fpmExcel to switch between classic and Excel-inspired filter dropdown for an individual container control items. Refer to the TdxFilterPopupWindowMode type description for details.
The FilterPopupMode property of a vertical grid row or tree list column overrides the vertical grid control’s Filtering.RowPopupMode property or the tree list control’s Filtering.ColumnPopupMode property, respectively. A row or column uses its container control’s filter dropdown type setting only if the FilterPopupMode property is set to fpmDefault.
The FilterPopupMode property’s default value is fpmDefault.
See Also