BarItemCustomDrawEventArgs.LinkInfo Property
Specifies the info for the bar item link related to this event.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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