MenuItemCommandEventArgs.Item Property
Gets an item object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
MenuItem | A MenuItem object, manipulations on which forced the event to be raised. |
Remarks
The Item property represents a MenuItem object concerned with raising the event.
See Also