AppointmentItem.IsBase Property
Gets whether the appointment is a base (of the Normal or Pattern type).
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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