Skip to main content
Tab

RibbonItemEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual RibbonItemBase Item { get; set; }

#Property Value

Type Description
RibbonItemBase

A RibbonItemBase object that is an item related to the event.

See Also