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

DiagramOptionsProtection.Assign(BaseOptions) Method

Copies all available property settings from the target DiagramOptionsProtection to this DiagramOptionsProtection.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public override void Assign(
    BaseOptions other
)

Parameters

Name Type Description
other BaseOptions

A object whose settings are to be copied.

See Also