Back to Devexpress

GanttSettings.Images Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ganttsettings-aa2592a4.md

latest1.5 KB
Original Source

GanttSettings.Images Property

Provides access to the settings that define images in the Gantt’s elements.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public GanttImages Images { get; }
vb
Public ReadOnly Property Images As GanttImages

Property Value

TypeDescription
GanttImages

An object that contains image settings.

|

Remarks

The GanttImages object’s API allow you to assign images to various elements in the Gantt chart.

Run Demo: MVCxGantt Introduction

cshtml
@Html.DevExpress().Gantt(settings => {    
    settings.Images.ImageFolder = "/Images";
    //...
}).Bind(GanttDataProvider.Tasks).GetHtml()

See Also

MVC Gantt - 'How To' Examples

MVC Gantt - Overview

GanttSettings Class

GanttSettings Members

DevExpress.Web.Mvc Namespace