SchedulerControl.GetPattern(Object) Method
Gets the pattern appointment for the specified recurrence info.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
recurrenceInfoId | Object | The identifier of a recurrence info for which to return the pattern appointment. |
Returns
Type | Description |
---|---|
AppointmentItem | The pattern appointment. |
See Also