Skip to main content

SourceObjectContainer.SourceObject Property

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