Class GridViewCellValidationResult
Represents the result of the RadGridView validation process. Identifies ErrorMessage and property which causes the error.
Inheritance
System.Object
GridViewCellValidationResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewCellValidationResult
Constructors
GridViewCellValidationResult()
Declaration
public GridViewCellValidationResult()
Properties
ErrorMessage
Gets or sets the error message.
Declaration
public string ErrorMessage { get; set; }
Property Value
System.String
The error message. |
PropertyName
Gets or sets the name of the property of the object which causes the error.
Declaration
public string PropertyName { get; set; }
Property Value
System.String
The name of the property. |