RibbonCommandExecutedEventArgs.Item Property
In This Article
Gets an item object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public RibbonItemBase Item { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
An Ribbon |
#Remarks
You can use the RibbonCommandExecutedEventArgs.Parameter argument property to obtain additional information about the command being processed.
See Also