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