Skip to main content
All docs
V25.1
  • GanttCommandColumn.ShowNewButtonInHeader Property

    Specifies whether the New button is visible in the column header.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue(false)]
    public bool ShowNewButtonInHeader { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true, to show the button in the header; otherwise, false.

    Remarks

    <dx:ASPxGantt ID="Gantt" runat="server" Height="700" ... >
        // ...
        <SettingsTasksList Width="45%">
            <Columns>
                <dx:GanttCommandColumn ShowNewButtonInHeader="true" />
            </Columns>
        </SettingsTasksList>
    </dx:ASPxGantt>
    

    Online Demos

    See Also