Back to Devexpress

DateBoxBuilder.Interval(Double) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-dateboxbuilder-dot-interval-x28-system-dot-double-x29.md

latest1.3 KB
Original Source

DateBoxBuilder.Interval(Double) Method

Specifies the interval between neighboring values in the popup list in minutes. Mirrors the client-side interval option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public DateBoxBuilder Interval(
    double value
)

Parameters

NameTypeDescription
valueDouble

The option value.

|

Returns

TypeDescription
DateBoxBuilder

A reference to this instance after the method is called.

|

Remarks

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

cshtml
@(Html.DevExtreme().DateBox()
    .Interval(1000)
)

See Also

DateBoxBuilder Class

DateBoxBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace