Represents the result of the RadGridView validation process. Identifies ErrorMessage and property which causes the error.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewCellValidationResult
Inheritance: objectGridViewCellValidationResult
Constructors
C#
public GridViewCellValidationResult()
Properties
Gets or sets the error message.
C#
public string ErrorMessage { get; set; }
The error message.
Gets or sets the name of the property of the object which causes the error.
C#
public string PropertyName { get; set; }
The name of the property.