IBaseDocumentProperties Interface
Contains properties common to all documents within a DocumentManager.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
public interface IBaseDocumentProperties :
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Related API Members
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