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

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

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public GanttCustomToolbarItem(
        string text,
        string commandName
    )

    Parameters

    Name Type Description
    text String

    The text.

    commandName String

    The command name.

    See Also