Skip to main content

DashboardItemFormatRule.Assign(DashboardItemFormatRule) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void Assign(
    DashboardItemFormatRule source
)

Parameters

Name Type Description
source DashboardItemFormatRule

An object whose settings are copied.

See Also