Skip to main content

DxSchedulerAppointmentItem.IsException Property

Gets whether the appointment is an exception (changed occurrence or deleted occurrence).

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool IsException { get; }

Property Value

Type Description
Boolean

true, if the appointment is an exception in a recurring series; otherwise, false.

See Also