Skip to main content

CustomProperties.ToString() Method

In This Article

Returns the string that represents the current object.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public override string ToString()

#Returns

Type Description
String

A string that is a value of the CustomProperties object.

See Also