Summary
Extension methods for
ReactiveTableViewSource<TSource>
.
- Namespace
- ReactiveUI
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ReactiveTableViewSourceExtensions"]
class Type type-node
Syntax
public static class ReactiveTableViewSourceExtensions
Methods
Name | Value | Summary |
---|---|---|
BindTo |
IDisposable |
Extension method that binds an observable of a collection
as the source of a
UITableView . Also registers
the given class with an unspecified cellKey (you should probably
not specify any other cellKeys).
static
|
BindTo |
IDisposable |
Extension method that binds an observable of a collection
as the source of a
UITableView .
static
|
BindTo |
IDisposable |
Extension method that binds an observable of a list of table
sections as the source of a If your static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|