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