Skip to main content

DxSchedulerDataStorage.GetExceptions(DxSchedulerAppointmentItem) Method

Returns all exceptions to the specified pattern.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public IEnumerable<DxSchedulerAppointmentItem> GetExceptions(
    DxSchedulerAppointmentItem pattern
)

Parameters

Name Type Description
pattern DxSchedulerAppointmentItem

The pattern whose exceptions should be returned.

Returns

Type Description
IEnumerable<DxSchedulerAppointmentItem>

The collection of exceptions to the pattern.

See Also