Skip to main content

Appointment.IsBase Property

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

public 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 to either AppointmentType.Normal or AppointmentType.Pattern.

See Also