Skip to main content
All docs
V25.1
  • ASPxGantt.Images Property

    Provides access to image settings in the control.

    Namespace: DevExpress.Web.ASPxGantt

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

    NuGet Package: DevExpress.Web

    Declaration

    public GanttImages Images { get; }

    Property Value

    Type Description
    GanttImages

    The images settings.

    Remarks

    Run Demo: ASPxGantt Introduction

    Web Forms:

    <dx:ASPxGantt runat="server" ID="Gantt" >
        <Images>
            ...
        </Images>
    </dx:ASPxGantt>
    
    See Also