Skip to main content

SourceObjectContainer.SourceObject Property

Provides access to the data object bound to the current persistent instance.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v24.1.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public object SourceObject { get; }

Property Value

Type Description
Object

A Object that is the data source object which is bound to the persistent object.

See Also