IndexerDescriptor.

SourceObservable Property

Summary

Gets or sets the source observable.
Namespace
Avalonia.Data
Containing Type
IndexerDescriptor

Syntax

public IObservable<object> SourceObservable { get; set; }

Remarks

If null, then Source.Property will be used.

Value

Type Description
IObservable<object>