Skip to main content
Bar

BarCustomContainerItem Class

Provides the functionality for all container items.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class BarCustomContainerItem :
    BarItem,
    IAppearanceOwner

The following members return BarCustomContainerItem objects:

Remarks

The BarCustomContainerItem defines the functionality for any item that can contain links to other items. It provides facilities for managing the contained links.

See Also