Skip to main content

TcxGridTableFiltering.ColumnPopupMode Property

Specifies the active filter pop-up window type for a grid’s Table View.

Declaration

property ColumnPopupMode: TdxFilterPopupWindowMode read; write; default fpmDefault;

Property Value

Type Default Description
TdxFilterPopupWindowMode fpmDefault

The active filter pop-up window mode.

Remarks

Set the ColumnPopupMode property to fpmClassic or fpmExcel to switch between classic and Excel-inspired filter pop-up windows for an entire grid Table View. Refer to the TdxFilterPopupWindowMode type description for details.

The ColumnPopupMode property has lower priority compared to a column‘s Options.FilteringPopupMode property. The column uses its parent View’s filter pop-up window only if the latter property is set to fpmDefault.

The dxDefaultFilterPopupWindowMode global constant value defines which filter pop-up window type a grid’s Table View uses if the ColumnPopupMode property is set to fpmDefault.

The ColumnPropertyMode property’s default value is fpmDefault.

See Also