Click or drag to resize

ServiceBaseItem Property

Gets the IDataErrorInfo error string

Namespace: ArthaChitra.Core.ViewModel
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public virtual string this[
	string columnName
] { get; }

Parameters

columnName  String
 

Return Value

String

Implements

IDataErrorInfoItemString
See Also