ASPxGantt.Images Property
In This Article
Provides access to image settings in the control.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GanttImages Images { get; }
#Property Value
Type | Description |
---|---|
Gantt |
The images settings. |
#Remarks
Web Forms:
<dx:ASPxGantt runat="server" ID="Gantt" >
<Images>
...
</Images>
</dx:ASPxGantt>
See Also