Skip to main content

Document.Properties Property

Provides access to the current document’s properties.

Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Properties")]
public IDocumentDefaultProperties Properties { get; }

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