Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void AssignProperties(
    Document document
)

Parameters

Name Type Description
document Document

A Document whose settings should be copied to this Document.

See Also