Skip to main content

TcxCustomGridTableItemOptions.FilteringPopupMode Property

Specifies the active filter dropdown type for a grid item.

Declaration

property FilteringPopupMode: 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 a grid item. Refer to the TdxFilterPopupWindowMode type description for details.

The FilteringPopupMode property overrides the Filtering.ColumnPopupMode and Filtering.RowPopupMode in the case of Table and Card Views, respectively. The grid item uses the parent View’s filter dropdown only if the FilteringPopupMode property is set to fpmDefault.

The FilteringPopupMode property’s default value is fpmDefault.

See Also