Back to Devexpress

BaseDocument Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-90c45277.md

latest4.0 KB
Original Source

BaseDocument Class

The base class for documents within a DocumentManager.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public abstract class BaseDocument :
    BaseComponent,
    ILogicalOwner,
    IXtraSerializableChildren,
    IDocumentCaptionAppearanceProvider,
    ISupportAdvancedBatchUpdate,
    ISupportBatchUpdate,
    IAccessiblePropertiesProvider,
    IDocumentDesignerMethods
vb
Public MustInherit Class BaseDocument
    Inherits BaseComponent
    Implements ILogicalOwner,
               IXtraSerializableChildren,
               IDocumentCaptionAppearanceProvider,
               ISupportAdvancedBatchUpdate,
               ISupportBatchUpdate,
               IAccessiblePropertiesProvider,
               IDocumentDesignerMethods

The following members return BaseDocument objects:

Show 12 links

Inheritance

Object MarshalByRefObject Component BaseComponent BaseDocument Document

Document

Document

Document

See Also

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace