GridView.ShowAutoFilterConditionsMenu(GridColumn) Method
Invokes the automatic filtering row‘s condition selector menu for the target column.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | A GridColumn for which the automatic filtering row should display the condition selector menu. |
See Also