Back to Devexpress

SchedulerControl.GetPattern(Object) Method

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

latest1.4 KB
Original Source

SchedulerControl.GetPattern(Object) Method

Gets the pattern appointment for the specified recurrence info.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentItem GetPattern(
    object recurrenceInfoId
)
vb
Public Function GetPattern(
    recurrenceInfoId As Object
) As AppointmentItem

Parameters

NameTypeDescription
recurrenceInfoIdObject

The identifier of a recurrence info for which to return the pattern appointment.

|

Returns

TypeDescription
AppointmentItem

The pattern appointment.

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace