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()
Protected Function HasNoValidationError As Boolean
protected:
bool HasNoValidationError()
Return Value
Type:
Booleantrue 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