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