AppointmentItem.IsBase Property
Returns whether the appointment is a base (the appointment Type is Normal
or Pattern
).
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public bool IsBase { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also