Back to Devexpress

NativeMdiView.DocumentProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-dot-nativemdiview-98f72215.md

latest1.9 KB
Original Source

NativeMdiView.DocumentProperties Property

Provides access to properties common to all documents within the current View.

Namespace : DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IDocumentProperties DocumentProperties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property DocumentProperties As IDocumentProperties

Property Value

TypeDescription
DevExpress.XtraBars.Docking2010.Views.NativeMdi.IDocumentProperties

An IDocumentProperties object that contains settings common to all documents within the current View.

|

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

Properties

NativeMdiView Class

NativeMdiView Members

DevExpress.XtraBars.Docking2010.Views.NativeMdi Namespace