Click or drag to resize
Accord.NET (logo)

ArrayRowViewItem Property

Gets the error message for the property with the given name.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public string this[
	string columnName
] { get; }
Request Example View Source

Parameters

columnName
Type: SystemString

Property Value

Type: String

Implements

IDataErrorInfoItemString
See Also