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

BarCustomContainerItem Class

Provides the functionality for all container items.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

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