Skip to main content

SchedulerControl.GetPattern(AppointmentItem) Method

Gets the pattern appointment for the specified occurrence.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentItem GetPattern(
    AppointmentItem occurrenceOrException
)

Parameters

Name Type Description
occurrenceOrException AppointmentItem

An occurrence for which to return the pattern.

Returns

Type Description
AppointmentItem

The pattern appointment.

See Also