Skip to main content
A newer version of this page is available. .
Tab

RibbonCommandExecutedEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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