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

SchedulerControl.GetPattern(AppointmentItem) Method

Gets the pattern appointment for the specified occurrence.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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