New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The error message.

Gets or sets the name of the property of the object which causes the error.

C#
public string PropertyName { get; set; }
Property Value:

The name of the property.