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

DashboardItemFormatRule.Assign(DashboardItemFormatRule) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public void Assign(
    DashboardItemFormatRule source
)

Parameters

Name Type Description
source DashboardItemFormatRule

An object whose settings are copied.

See Also