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

FormatConditionBase.Assign(FormatConditionBase) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public void Assign(
    FormatConditionBase obj
)

Parameters

Name Type Description
obj FormatConditionBase

An object whose settings are copied.

See Also