Skip to main content

Document(IDocumentProperties) Constructor

Initializes a new instance of the Document class with the specified properties.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Document(
    IDocumentProperties parentProperties
)

Parameters

Name Type Description
parentProperties IDocumentProperties

A IDocumentProperties object that contains settings used to initialize the newly created document.

See Also