Appointment.IsBase Property
In This Article
Gets a value indicating if the appointment is a base (of the Normal or Pattern type).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#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 to either AppointmentType.Normal or AppointmentType.Pattern.
See Also