Skip to main content
A newer version of this page is available. .

AppointmentItem.IsBase Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.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 AppointmentItem.Type is equal to either AppointmentType.Normal or AppointmentType.Pattern.

See Also