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

Document.AssignProperties(Document) Method

Clones all document properties from the target Document to this Document object.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public void AssignProperties(
    Document document
)

Parameters

Name Type Description
document Document

A Document whose settings should be copied to this Document.

See Also