 | BcfRowViewHasErrors Property |
[This is preliminary documentation and is subject to change.]
Returns
true if any
BcfFault is tagging a column represented by this
BcfRowView;
false
otherwise.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic virtual bool HasErrors { get; }Public Overridable ReadOnly Property HasErrors As Boolean
Get
Return Value
Type:
Booleantrue if any
BcfFault is tagging a column represented by this
BcfRowView;
false
otherwise.
See Also