DxSchedulerAppointmentItem.Interval Property
Gets the time interval between the appointment’s Start and End.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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