Skip to main content
All docs
V25.1
  • Bar

    BarCheckItemImageOptions(BarCheckItem) Constructor

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

    Namespace: DevExpress.XtraBars

    Assembly: DevExpress.XtraBars.v25.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