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

BarItemCustomDrawEventArgs(GraphicsCache) Constructor

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public BarItemCustomDrawEventArgs(
    GraphicsCache cache
)

Parameters

Name Type Description
cache GraphicsCache

A GraphicsCache object associated with this BarItemCustomDrawEventArgs.

See Also