 |
| BcfRowViewGetHasErrors Method |
Returns
true if any validation messages are related with this
BcfRowView,
false otherwise.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntaxpublic virtual bool GetHasErrors()
Public Overridable Function GetHasErrors As Boolean
Return Value
Type:
Booleantrue if any validation messages are related with this
BcfRowView,
false otherwise.
See Also