NativeMdiView.DocumentProperties Property
In This Article
Provides access to properties common to all documents within the current View.
Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IDocumentProperties DocumentProperties { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
An IDocument |
#Remarks
The DocumentProperties property allows you to customize properties for all documents that belong to the current View. To override these settings for individual documents, use the Document.Properties property.
See Also