ASPxGantt.Images Property
Provides access to image settings in the control.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
GanttImages | The images settings. |
Remarks
Web Forms:
<dx:ASPxGantt runat="server" ID="Gantt" >
<Images>
...
</Images>
</dx:ASPxGantt>
See Also