Back to Devexpress

AppointmentItem.IsBase Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-779c81ea.md

latest1.6 KB
Original Source

AppointmentItem.IsBase Property

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

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsBase { get; }
vb
Public 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 AppointmentItem.Type is equal to either AppointmentType.Normal or AppointmentType.Pattern.

See Also

IsRecurring

IsOccurrence

IsException

AppointmentItem Class

AppointmentItem Members

DevExpress.Xpf.Scheduling Namespace