Skip to main content

DiagramToolboxGroup.ToString() Method

Returns the group’s title and category in the following format: “Title [Category]“.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

A string that contains the names of a title and a category.

See Also