SchedulerControl.GetPattern(AppointmentItem) Method
Gets the pattern appointment for the specified occurrence.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
occurrenceOrException | AppointmentItem | An occurrence for which to return the pattern. |
Returns
Type | Description |
---|---|
AppointmentItem | The pattern appointment. |
See Also