windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-c0b30a38.md
The base class for Views in a DocumentManager.
Namespace : DevExpress.XtraBars.Docking2010.Views
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[SerializationOrder(Order = 3)]
public abstract class BaseView :
BaseComponent,
IUIElement,
IXtraSerializable,
IOptionsLayoutProvider,
IXtraSerializableLayout,
IXtraSerializableLayout2,
ISupportXtraSerializer,
ISupportJsonXtraSerializer,
ISupportBrokenLayoutExceptionHandling,
IAppearanceCollectionAccessor,
IDesignTimeSupport,
ILogicalOwner,
IXtraSerializableChildren,
IDocumentCaptionAppearanceProvider,
IDocumentAdapterFactory,
IWindowedDocumentAdapterFactory
<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:
This is a base class for the NativeMdiView and TabbedView objects that display documents as a native MDI or tabbed user interface, respectively.
Object MarshalByRefObject Component BaseComponent BaseView NativeMdiView
See Also