Class GridDataErrorInfo
Provides the data for the error information held by GridDataRecord.
Inheritance
System.Object
GridDataErrorInfo
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataErrorInfo : Object
Constructors
GridDataErrorInfo(Object, String)
Initializes a new instance of the GridDataErrorInfo class.
Declaration
public GridDataErrorInfo(object value, string errormessage)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value. |
System.String | errormessage | The errormessage. |
Properties
ErrorMessage
Gets the error message.
Declaration
public string ErrorMessage { get; }
Property Value
Type | Description |
---|---|
System.String | The error message. |
Value
Gets the value of the underlying object.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | The value. |