Back to Devexpress

ASPxGantt.Images Property

aspnet-devexpress-dot-web-dot-aspxgantt-dot-aspxgantt-bc0bbd11.md

latest1.3 KB
Original Source

ASPxGantt.Images Property

Provides access to image settings in the control.

Namespace : DevExpress.Web.ASPxGantt

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
GanttImages

The images settings.

|

Remarks

Run Demo: ASPxGantt Introduction

Web Forms:

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

See Also

ASPxGantt - 'How To' Examples

ASPxGantt Class

ASPxGantt Members

DevExpress.Web.ASPxGantt Namespace