BarItemCustomDrawEventArgs(GraphicsCache, BarLinkViewInfo) Constructor
Initializes a new instance of the BarItemCustomDrawEventArgs class with the specified settings.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
cache | GraphicsCache | A GraphicsCache object associated with this BarItemCustomDrawEventArgs. |
linkInfo | DevExpress.XtraBars.ViewInfo.BarLinkViewInfo | A BarLinkViewInfo object that stores info about the bar item link, related to this BarItemCustomDrawEventArgs. |
See Also