Skip to main content

TcxGridCardViewFiltering.RowPopupMode Property

Specifies the active filter dropdown type for a Card View.

Declaration

property RowPopupMode: 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 dropdowns for an entire Card View. Refer to the TdxFilterPopupWindowMode type description for details.

The RowPopupMode property has a lower priority compared to a Card View row‘s Options.FilteringPopupMode property. The grid item uses its parent View’s filter dropdown only if the latter property is set to fpmDefault.

The dxDefaultFilterPopupWindowMode global constant value defines a Card View’s filter dropdown type if the RowPopupMode property is set to fpmDefault.

The RowPopupMode property’s default value is fpmDefault.

See Also