Skip to main content

DashboardDataSourceModel.Clone() Method

Creates a copy of the current DashboardDataSourceModel object.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public override object Clone()

Returns

Type Description
Object

A DashboardDataSourceModel object which is a copy of the current object.

See Also