[]
public FilteredView<T> BindFilterKey(Binding binding)
| Type | Name | Description |
|---|---|---|
| Binding | binding | The Binding object used to bind the FilterKey. Use null to unbind the previously bound FilterKey. |
| Type | Description |
|---|---|
| FilteredView<T> | The same FilteredView<T> on which this method was called. |
Binds the FilterKey property to a given path
on a given source.
public FilteredView<T> BindFilterKey(object source, string path)
| Type | Name | Description |
|---|---|---|
| object | source | The object to bind to. Cannot be null. |
| string | path | The property path to bind to. |
| Type | Description |
|---|---|
| FilteredView<T> | The same FilteredView<T> on which this method was called. |
| Type | Condition |
|---|---|
| NullReferenceException |
|