SourceObjectContainer.SourceObject Property
Returns the source object by which the scheduler item is created.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public object SourceObject { get; }
Property Value
Type | Description |
---|---|
Object | The source object by which the scheduler item is created. |
See Also