Skip to main content

Document.Properties Property

Provides access to this Document‘s properties.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public IDocumentDefaultProperties Properties { get; }

Property Value

Type Description
IDocumentDefaultProperties

An IDocumentDefaultProperties object that stores properties for this Document.

See Also