Skip to main content

DataItemDefinition.ToString() Method

Returns the string that represents the current object.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public override string ToString()

Returns

Type Description
String

A String that represents the current DataItemDefinition object.

See Also