Class ErrorInfo
Provides error data for display purposes.
Inheritance
System.Object
ErrorInfo
Namespace: Telerik.Windows.Controls.Data
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class ErrorInfo : Object
Constructors
ErrorInfo()
Declaration
public ErrorInfo()
Properties
ErrorContent
The validation error.
Declaration
public string ErrorContent { get; set; }
Property Value
System.String
|
SourceFieldDisplayName
The display name of the erroneous field.
Declaration
public string SourceFieldDisplayName { get; set; }
Property Value
System.String
|