AppointmentItem.SameDay Property
In This Article
Returns whether the appointment’s start and end times are on the same day.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public bool SameDay { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also