Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomEditContainerItemOptions.FilterPopupMode Property

Specifies the filter dropdown type that a container control item uses.

#Declaration

Delphi
property FilterPopupMode: TdxFilterPopupWindowMode read; write; default fpmDefault;

#Property Value

Type Default
TdxFilterPopupWindowMode fpmDefault

#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