Skip to main content

DiagramToolboxShape.ToString() Method

Returns the name of the shape type.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

The name of the shape type.

Remarks

The method returns the CustomShapeType property value. If it is not specified, the method returns the Type property value, or an empty string if Type property returns Unset.

See Also