Skip to main content
A newer version of this page is available. .

LayoutView.ShowFilterPopup(GridColumn) Method

Displays a Filter DropDown for the specified column (card field).

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public override void ShowFilterPopup(
    GridColumn column
)

Parameters

Name Type Description
column GridColumn

A GridColumn column for which the filter popup must be invoked.

Remarks

This method overrides the ColumnView.ShowFilterPopup method. See this link for more information.

See Also