|
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; }
Public ReadOnly Default Property Item (
columnName As String
) As String
Get
Request Example
View SourceParameters
- columnName
- Type: SystemString
Property Value
Type:
StringImplements
IDataErrorInfoItemStringSee Also