vcl-cxgridtableview-dot-tcxgridtablefiltering.md
Specifies the active filter pop-up window type for a grid’s Table View.
property ColumnPopupMode: TdxFilterPopupWindowMode read; write; default fpmDefault;
| Type | Default | Description |
|---|---|---|
| TdxFilterPopupWindowMode | fpmDefault |
The active filter pop-up window mode.
|
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