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

DxSchedulerAppointmentItem.Interval Property

Gets the time interval between the appointment’s Start and End.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerDateTimeRange Interval { get; }

Property Value

Type Description
DxSchedulerDateTimeRange

A DxSchedulerDateTimeRange value that specifies the appointment’s interval.

See Also