Back to Devexpress

BaseView Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-c0b30a38.md

latest3.7 KB
Original Source

BaseView Class

The base class for Views in a DocumentManager.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[SerializationOrder(Order = 3)]
public abstract class BaseView :
    BaseComponent,
    IUIElement,
    IXtraSerializable,
    IOptionsLayoutProvider,
    IXtraSerializableLayout,
    IXtraSerializableLayout2,
    ISupportXtraSerializer,
    ISupportJsonXtraSerializer,
    ISupportBrokenLayoutExceptionHandling,
    IAppearanceCollectionAccessor,
    IDesignTimeSupport,
    ILogicalOwner,
    IXtraSerializableChildren,
    IDocumentCaptionAppearanceProvider,
    IDocumentAdapterFactory,
    IWindowedDocumentAdapterFactory
vb
<SerializationOrder(Order:=3)>
Public MustInherit Class BaseView
    Inherits BaseComponent
    Implements IUIElement,
               IXtraSerializable,
               IOptionsLayoutProvider,
               IXtraSerializableLayout,
               IXtraSerializableLayout2,
               ISupportXtraSerializer,
               ISupportJsonXtraSerializer,
               ISupportBrokenLayoutExceptionHandling,
               IAppearanceCollectionAccessor,
               IDesignTimeSupport,
               ILogicalOwner,
               IXtraSerializableChildren,
               IDocumentCaptionAppearanceProvider,
               IDocumentAdapterFactory,
               IWindowedDocumentAdapterFactory

The following members return BaseView objects:

Remarks

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

Inheritance

Object MarshalByRefObject Component BaseComponent BaseView NativeMdiView

TabbedView

WidgetView

WindowsUIView

See Also

BaseView Members

View

DevExpress.XtraBars.Docking2010.Views Namespace