ClassGridViewCellValidationResult
Class
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:
cs-api-definition
public class GridViewCellValidationResult
Inheritance: objectGridViewCellValidationResult
Constructors
GridViewCellValidationResult()
Declaration
cs-api-definition
public GridViewCellValidationResult()
Properties
ErrorMessage
Gets or sets the error message.
Declaration
cs-api-definition
public string ErrorMessage { get; set; }
Property Value
The error message.
PropertyName
Gets or sets the name of the property of the object which causes the error.
Declaration
cs-api-definition
public string PropertyName { get; set; }
Property Value
The name of the property.