Method HasChildren
| Improve this Doc View SourceHasChildren(RowPresenter)
Gets a value indicates whether specified RowPresenter has child rows.
Declaration
protected virtual bool HasChildren(RowPresenter rowPresenter)
Parameters
Type | Name | Description |
---|---|---|
RowPresenter | rowPresenter | The specified RowPresenter. |
Returns
Type | Description |
---|---|
System.Boolean | true if specified RowPresenter has child rows, otherwise false. |