Back to Devexpress

GanttBuilder<T>.EndDateRange(DateTime) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-ganttbuilder-1-dot-enddaterange-x28-system-dot-datetime-x29.md

latest1.4 KB
Original Source

GanttBuilder<T>.EndDateRange(DateTime) Method

Specifies the end date of the date interval in the Gantt chart. Mirrors the client-side endDateRange object.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public GanttBuilder<T> EndDateRange(
    DateTime value
)

Parameters

NameTypeDescription
valueDateTime

The option value.

|

Returns

TypeDescription
GanttBuilder<T>

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().Gantt()
    .StartDateRange(new DateTime(2020, 1, 1))
    .EndDateRange(new DateTime(2020, 10, 1))
)

See Also

GanttBuilder<T> Class

GanttBuilder<T> Members

DevExtreme.AspNet.Mvc.Builders Namespace