Back to Devexpress

Document.Properties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-nativemdi-dot-document-7796e00e.md

latest1.8 KB
Original Source

Document.Properties Property

Provides access to the current document’s properties.

Namespace : DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
public IDocumentDefaultProperties Properties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Properties As IDocumentDefaultProperties

Property Value

TypeDescription
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

DocumentProperties

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.NativeMdi Namespace