Property Item
| Improve this Doc View SourceItem[DataRow]
Gets the RowPresenter for specified DataRow.
Declaration
public RowPresenter this[DataRow dataRow] { get; }
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | The specified DataRow. |
Property Value
Type | Description |
---|---|
RowPresenter | The result RowPresenter. |