Document.Properties Property
Provides access to the current document’s properties.
Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraBars.Docking2010.Views.NativeMdi.IDocumentDefaultProperties | An IDocumentDefaultProperties object that contains the current document’s properties. |
Remarks
To customize properties for all documents in a View, use the NativeMdiView.DocumentProperties property. The Properties property allows you to override these settings for individual documents.
See Also