Method AddToGridCell
| Improve this Doc View SourceAddToGridCell<T>(RowBindingBase<T>)
Adds row binding into GridCell.
Declaration
public static RowCompositeBinding<GridCell> AddToGridCell<T>(this RowBindingBase<T> rowBinding)
where T : UIElement, new()
Parameters
| Type | Name | Description |
|---|---|---|
| RowBindingBase<T> | rowBinding | The row binding. |
Returns
| Type | Description |
|---|---|
| RowCompositeBinding<GridCell> | The row binding object of GridCell. |
Type Parameters
| Name | Description |
|---|---|
| T | The element type of the row binding. |