Skip to main content

SourceObservable Property

Gets or sets the source observable.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public IObservable<Object>? SourceObservable { get; set; }

Property Value

IObservable(Object)

Remarks

If null, then Source.Property will be used.

See Also

Reference

IndexerDescriptor Class
Avalonia.Data Namespace