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

GanttImages Class

Represents image settings.

Namespace: DevExpress.Web.ASPxGantt

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

NuGet Package: DevExpress.Web

Declaration

public class GanttImages :
    ImagesBase

The following members return GanttImages objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxGantt.Images
ASP.NET MVC Extensions GanttSettings.Images

Remarks

<dx:ASPxGantt ID="Gantt" runat="server" Width="100%" KeyFieldName="ID" ParentFieldName="ParentID" ...>
    <Images>
      ...
    </Images>
</dx:ASPxGantt>

Online Demos

See Also