Class GridViewCellValidationResult
Represents the result of the RadGridView validation process. Identifies ErrorMessage and property which causes the error.
Inheritance
System.Object
GridViewCellValidationResult
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewCellValidationResult : Object
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. |