DxSchedulerAppointmentItem.Duration Property
Gets the duration of time scheduled for an appointment.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public TimeSpan Duration { get; }
Property Value
Type | Description |
---|---|
TimeSpan | A TimeSpan object that is the amount of time scheduled for an appointment. |
See Also