Click or drag to resize

ModernContentHasNoValidationError Method

Determines whether this content contains validation errors of Data Binding.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
protected bool HasNoValidationError()

Return Value

Type: Boolean
true if at least one controls are errors; otherwise, false.
Remarks
You can check the value before saving, closing to ensure all user input is correct.
See Also