Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableFiltering.ColumnPopupMode Property

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

#Declaration

Delphi
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