Skip to main content

DiagramTool.ToString() Method

In This Article

Returns a string representation of the diagram tool.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

#Declaration

public override string ToString()

#Returns

Type Description
String

A String that represents the current DiagramTool object.

See Also