Skip to main content
All docs
V26.1
  • Bar

    BarItemCommandCollection(IBarItemCommandCollectionContainer) Constructor

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

    Namespace: DevExpress.Xpf.Bars

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    Declaration

    public BarItemCommandCollection(
        IBarItemCommandCollectionContainer container
    )

    Parameters

    Name Type
    container DevExpress.Xpf.Bars.IBarItemCommandCollectionContainer
    See Also