Skip to main content
A newer version of this page is available. .

ASPxGantt.Images Property

Provides access to image settings in the control.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GanttImages Images { get; }

Property Value

Type Description
GanttImages

The images settings.

Remarks

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