Document.Properties Property
In This Article
Provides access to the current document’s properties.
Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
An IDocument |
#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