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

Document(IDocumentProperties) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.1.dll

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