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

BarItemImageOptions(BarItem) Constructor

Initializes a new instance of the BarItemImageOptions class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public BarItemImageOptions(
    BarItem item
)

Parameters

Name Type Description
item BarItem

A BarItem object specifying the bar item associated with the image options being created.

See Also