SchedulerControl.GetStatusItemBySourceObject(Object) Method
Gets a source object’s associated status.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | Object | A source object. |
Returns
| Type | Description |
|---|---|
| AppointmentStatusItem | A AppointmentStatusItem object that is the status retrieved from the given object. |
See Also