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

BaseContentContainer Class

A base class for all Content Containers types used within a WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public abstract class BaseContentContainer :
    BaseComponent,
    IContentContainerInternal,
    IContentContainer,
    IBaseObject,
    IDisposable,
    IComponent,
    ISupportBatchUpdate,
    INamed,
    ICustomButtonsOwner,
    IContainerRemove,
    IButtonPanelControlAppearanceOwner,
    IAppearanceOwner,
    IWindowsUIButtonPanelOwner,
    IButtonsPanelOwner,
    ISearchContainer,
    ISearchObject

Remarks

See the Content Containers topic to learn more.

See Also