ErrorInfo
Class
Provides error data for display purposes.
Definition
Namespace:Telerik.Windows.Controls.Data
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class ErrorInfo
Inheritance: objectErrorInfo
Constructors
C#
public ErrorInfo()
Properties
The validation error.
C#
public string ErrorContent { get; set; }
The display name of the erroneous field.
C#
public string SourceFieldDisplayName { get; set; }