Skip to main content
All docs
V25.1
  • DiagramToolboxGroup(String, String) Constructor

    Initializes a new instance of the DiagramToolboxGroup class with specified settings.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public DiagramToolboxGroup(
        string customCategoryName,
        string title
    )

    Parameters

    Name Type Description
    customCategoryName String

    The custom category name.

    title String

    The group title.

    See Also