Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Return Value

Type: String
An error message indicating what is wrong with this object. The default is an empty string ("").

Implements

IDataErrorInfoError
See Also