Skip to main content

AppointmentItem.IsBase Property

Returns whether the appointment is a base (the appointment Type is Normal or Pattern).

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public bool IsBase { get; }

#Property Value

Type Description
Boolean

true, if the appointment is a base; otherwise, false.

See Also