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

BarItemCustomDrawEventArgs.RibbonItemInfo Property

Specifies the info for the ribbon item related to this event.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public RibbonItemViewInfo RibbonItemInfo { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Ribbon.ViewInfo.RibbonItemViewInfo

A DevExpress.XtraBars.Ribbon.ViewInfo.RibbonItemViewInfo object that stores info for the ribbon item related to this event.

Remarks

See the BarManager.CustomDrawItem event to learn more.

See Also