Skip to main content
A newer version of this page is available. .

DxSchedulerAppointmentItem.IsException Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.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