Skip to main content

TreemapExportOptions.Assign(OptionsBase) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

public override void Assign(
    OptionsBase options
)

Parameters

Name Type Description
options OptionsBase

An OptionsBase descendant whose settings are copied to the current object.

See Also