Skip to main content
A newer version of this page is available. .

TcxCustomGridTableFiltering.ItemPopupMode Property

Specifies the active filter dropdown mode for a grid view.

Declaration

property ItemPopupMode: TdxFilterPopupWindowMode read; write; default fpmDefault;

Property Value

Type Default Description
TdxFilterPopupWindowMode fpmDefault

Enumerates different filter drop-down modes.

Remarks

Set this property to fpmClassic to fpmExcel to switch between classic and Excel-inspired popup windows in a Table or Card view. Refer to the TdxFilterPopupWindowMode type description for details.

The ItemPopupMode property has lower priority than a grid item‘s Options.FilteringPopupMode property. The grid item uses the filter dropdown type assigned the parent view only if the latter property is set to fpmDefault.

Note

The dxDefaultFilterPopupWindowMode global constant value defines the active filter dropdown type for a grid view if the ItemPopupMode property is set to fpmDefault.

The ItemPopupMode property’s default value is fpmDefault.

See Also