Skip to main content

DxSchedulerAppointmentItem.Interval Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.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