Method HasValidationError
| Improve this Doc View SourceHasValidationError(RowPresenter)
Determines whether validation error exists for specified row presenter.
Declaration
public bool HasValidationError(RowPresenter rowPresenter)
Parameters
| Type | Name | Description |
|---|---|---|
| RowPresenter | rowPresenter | The row presenter. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if validation error exists, otherwise false. |