DxSchedulerAppointmentItem.IsException Property
Gets whether the appointment is an exception (changed occurrence or deleted occurrence).
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool IsException { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also