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