Skip to main content
Tab

RibbonCommandExecutedEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonItemBase Item { get; }

Property Value

Type Description
RibbonItemBase

An RibbonItemBase object, manipulations on which forced the event to be raised.

Remarks

You can use the RibbonCommandExecutedEventArgs.Parameter argument property to obtain additional information about the command being processed.

See Also