BaseView Class
The base class for Views in a DocumentManager.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[SerializationOrder(Order = 3)]
public abstract class BaseView :
BaseComponent,
IUIElement,
IXtraSerializable,
IOptionsLayoutProvider,
IXtraSerializableLayout,
IXtraSerializableLayout2,
ISupportXtraSerializer,
ISupportBrokenLayoutExceptionHandling,
IAppearanceCollectionAccessor,
IDesignTimeSupport,
ILogicalOwner,
IXtraSerializableChildren,
IDocumentCaptionAppearanceProvider,
IDocumentAdapterFactory,
IWindowedDocumentAdapterFactory
Related API Members
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
See Also