Back to Devexpress

Document.Properties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document-7a2c26f8.md

latest1.4 KB
Original Source

Document.Properties Property

Provides access to this Document‘s properties.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public IDocumentDefaultProperties Properties { get; }
vb
Public ReadOnly Property Properties As IDocumentDefaultProperties

Property Value

TypeDescription
IDocumentDefaultProperties

An IDocumentDefaultProperties object that stores properties for this Document.

|

See Also

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace