ReactiveTableViewSource.Data property¶
Defined in
Type: ReactiveTableViewSourceReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
public IReadOnlyList<TableSectionInformation<TSource>> Data { get; set; }
Summary: Gets or sets the data that should be displayed by this ReactiveTableViewSource. You should probably bind your view model to this property.
Returns: IReadOnlyList
Value: The data.