|
ArrayRowViewError Property
|
Gets an error message indicating what is wrong with this object.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public string Error { get; }
Public ReadOnly Property Error As String
Get
Request Example
View SourceReturn Value
Type:
String
An error message indicating what is wrong with this object. The default is an empty string ("").
Implements
IDataErrorInfoErrorSee Also