Skip to main content
A newer version of this page is available. .

Document.Properties Property

Provides access to this Document‘s properties.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public IDocumentDefaultProperties Properties { get; }

Property Value

Type Description
IDocumentDefaultProperties

An IDocumentDefaultProperties object that stores properties for this Document.

See Also