Click or drag to resize

ViewModelItem Property

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

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public string this[
	string property
] { get; }

Parameters

property
Type: SystemString
The name of the property whose error message to get.

Return Value

Type: String
The error messages for the specified property.

Implements

IDataErrorInfoItemString
See Also