Skip to main content

BaseView Class

The base class for Views in a DocumentManager.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[SerializationOrder(Order = 3)]
public abstract class BaseView :
    BaseComponent,
    IUIElement,
    IXtraSerializable,
    IOptionsLayoutProvider,
    IXtraSerializableLayout,
    IXtraSerializableLayout2,
    ISupportXtraSerializer,
    IAppearanceCollectionAccessor,
    IDesignTimeSupport,
    ILogicalOwner,
    IXtraSerializableChildren,
    IDocumentCaptionAppearanceProvider,
    IDocumentAdapterFactory,
    IWindowedDocumentAdapterFactory

Remarks

This is a base class for the NativeMdiView and TabbedView objects that display documents as a native MDI or tabbed user interface, respectively.

See Also