Skip to main content

IBaseDocumentProperties Interface

Contains properties common to all documents within a DocumentManager.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public interface IBaseDocumentProperties :
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate

The following members return IBaseDocumentProperties objects:

Remarks

You can customize properties common to all documents within a DocumentManager via the BaseView.DocumentProperties object. These settings can be overridden for individual documents via the BaseDocument.Properties object.

See Also