Back to Devexpress

IBaseDocumentProperties Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-3332389a.md

latest2.1 KB
Original Source

IBaseDocumentProperties Interface

Contains properties common to all documents within a DocumentManager.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public interface IBaseDocumentProperties :
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate
vb
Public Interface IBaseDocumentProperties
    Inherits 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

IBaseDocumentProperties Members

DocumentProperties

Properties

DevExpress.XtraBars.Docking2010.Views Namespace