Back to Devexpress

TcxGridTableFiltering.ColumnPopupMode Property

vcl-cxgridtableview-dot-tcxgridtablefiltering.md

latest1.9 KB
Original Source

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

TypeDefaultDescription
TdxFilterPopupWindowModefpmDefault

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

TcxGridCardViewFiltering.RowPopupMode

TcxGridTableFiltering Class

TcxGridTableFiltering Members

cxGridTableView Unit