[]
Interface that supports unbound rows when the model is bound to a data source.
public interface IUnboundRowSupport
Public Interface IUnboundRowSupport
| Name | Description |
|---|---|
| AddRowToDataSource(int, bool) | Adds the unbound row to the data source. |
| AddUnboundRows(int, int) | Adds unbound rows to the data model. |
| GetUnboundValue(int, int) | Gets the unbound value for the cell. |
| IsRowBound(int) | Determines whether the row is bound. |