DxSchedulerAppointmentItem.Duration Property
In This Article
Gets the duration of time scheduled for an appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public TimeSpan Duration { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
See Also