Skip to content

ReactiveCollectionViewSource.Data property

Defined in

Type: ReactiveCollectionViewSource Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

public IReadOnlyList<CollectionViewSectionInformation<TSource>> Data { get; set; }

View source

Summary: Gets or sets the data that should be displayed by this ReactiveCollectionViewSource. You should probably bind your view model to this property. If the list implements INotifyCollectionChanged, then the source will react to changes to the contents of the list as well.

Returns: IReadOnlyList>

Value: The data.