A newer version of this page is available.
Switch to the current version.
GridMenuItemClickEventArgs.AutoFilterCondition Property
Gets the currently processed filter condition (when the GridMenuItemClick event fires for items in the auto-filter row's menu).
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
public AutoFilterCondition AutoFilterCondition { get; }
Public ReadOnly Property AutoFilterCondition As AutoFilterCondition
Property Value
Type | Description |
---|---|
AutoFilterCondition | The currently processed filter condition (in the auto-filter row's menu). |
See Also
Feedback