AppointmentItem.SameDay Property
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
public bool SameDay { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also