System.ComponentModel.IDataErrorInfo public interface IDataErrorInfo Documentation Code namespace System.ComponentModel { public interface IDataErrorInfo { string Error { get; } string this[string columnName] { get; } } }