Skip to main content
All docs
V25.1
  • DiagramToolboxShape.ToString() Method

    Returns the name of the shape type.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.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