Skip to main content

Appointment.IsBase Property

Gets whether the appointment is base (of the Normal or Pattern type).

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

bool IsBase { get; }

Property Value

Type Description
Boolean

True if it’s a base appointment; otherwise, false.

Remarks

An appointment is a base appointment if its Appointment.Type is equal either to AppointmentType.Normal or AppointmentType.Pattern.

See Also