Back to Devexpress

SchedulerControl.GetPattern(AppointmentItem) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-getpattern-x28-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-x29.md

latest1.4 KB
Original Source

SchedulerControl.GetPattern(AppointmentItem) Method

Gets the pattern appointment for the specified occurrence.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentItem GetPattern(
    AppointmentItem occurrenceOrException
)
vb
Public Function GetPattern(
    occurrenceOrException As AppointmentItem
) As AppointmentItem

Parameters

NameTypeDescription
occurrenceOrExceptionAppointmentItem

An occurrence for which to return the pattern.

|

Returns

TypeDescription
AppointmentItem

The pattern appointment.

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace