Skip to main content
All docs
V25.1
  • GanttDefaultToolbarItem(Boolean) Constructor

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

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public GanttDefaultToolbarItem(
        bool beginGroup
    )

    Parameters

    Name Type Description
    beginGroup Boolean

    Specifies whether the item begins a group.

    See Also