IndexerDescriptorSourceObservable Property

Gets or sets the source observable.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IObservable<Object>? SourceObservable { get; set; }

Property Value

IObservableObject

Remarks

If null, then Source.Property will be used.

See Also