LayoutView.ShowFilterPopup(GridColumn) Method
Displays a Filter DropDown for the specified column (card field).
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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