Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public override string ToString()

    Returns

    Type Description
    String

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

    See Also