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

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

    Namespace: DevExpress.Web.ASPxDiagram

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