Skip to main content
Bar

BarItemCustomDrawEventArgs(GraphicsCache, RibbonItemViewInfo) Constructor

Initializes a new instance of the BarItemCustomDrawEventArgs class with the specified settings.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarItemCustomDrawEventArgs(
    GraphicsCache cache,
    RibbonItemViewInfo itemInfo
)

Parameters

Name Type Description
cache GraphicsCache

A GraphicsCache object associated with this BarItemCustomDrawEventArgs.

itemInfo DevExpress.XtraBars.Ribbon.ViewInfo.RibbonItemViewInfo

A RibbonItemViewInfo object that stores info about the ribbon item, related to this BarItemCustomDrawEventArgs.

See Also