Skip to main content

BaseDocument Class

The base class for documents within a DocumentManager.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public abstract class BaseDocument :
    BaseComponent,
    ILogicalOwner,
    IXtraSerializableChildren,
    IDocumentCaptionAppearanceProvider,
    ISupportAdvancedBatchUpdate,
    ISupportBatchUpdate,
    IAccessiblePropertiesProvider
See Also