Skip to main content
A newer version of this page is available. .

DxSchedulerDateTimeRange.End Property

Specifies the range’s end date.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public readonly DateTime End { get; }

Property Value

Type Description
DateTime

The range’s end date.

Remarks

The End property value should be greater than or equal to the Start property value. Otherwise, an exception is raised.

See Also