DiagramToolboxShape.ToString() Method
Returns the name of the shape type.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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