Skip to main content
All docs
V24.1
Bar

BarCheckItemImageOptions(BarCheckItem) Constructor

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarCheckItemImageOptions(
    BarCheckItem item
)

Parameters

Name Type Description
item BarCheckItem

The BarCheckItem that contains these image settings.

See Also