Back to Devexpress

Appointment.IsBase Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointment-cf48bac7.md

latest1.7 KB
Original Source

Appointment.IsBase Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
bool IsBase { get; }
vb
ReadOnly Property IsBase As Boolean

Property Value

TypeDescription
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

IsRecurring

IsOccurrence

IsException

Appointment Interface

Appointment Members

DevExpress.XtraScheduler Namespace