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

DxSchedulerDateTimeRange.Start Property

Specifies the range’s start date.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public readonly DateTime Start { get; }

Property Value

Type Description
DateTime

The range’s start date.

Remarks

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

See Also