LayoutView.ShowFilterPopup(GridColumn) Method
Displays a Filter DropDown for the specified column (card field).
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
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