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

BarItemCustomDrawEventArgs.LinkInfo Property

Specifies the info for the bar item link related to this event.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public BarLinkViewInfo LinkInfo { get; set; }

Property Value

Type Description
DevExpress.XtraBars.ViewInfo.BarLinkViewInfo

A DevExpress.XtraBars.ViewInfo.BarLinkViewInfo object that stores the info for the bar item link related to this event.

Remarks

See the BarManager.CustomDrawItem event to learn more.

See Also