GridMenuItemClickEventArgs(GridColumn, AutoFilterCondition, DXMenuItem) Constructor
Initializes a new instance of the GridMenuItemClickEventArgs class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
public GridMenuItemClickEventArgs(
GridColumn column,
AutoFilterCondition condition,
DXMenuItem menuItem
)
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | The column that owns the current menu. This value is assigned to the GridMenuItemClickEventArgs.Column property. |
condition | AutoFilterCondition | The currently selected filter condition in the auto-filter row. This value is used to initialize the GridMenuItemClickEventArgs.AutoFilterCondition property. |
menuItem | DXMenuItem | The clicked menu item. This value is assigned to the GridMenuItemClickEventArgs.MenuItem property. |
See Also