DxSchedulerAppointmentItem.SameDay Property
Gets whether the appointment’s start and end times are on the same day.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool SameDay { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also