WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataErrorInfo

    Show / Hide Table of Contents

    Class GridDataErrorInfo

    Provides the data for the error information held by GridDataRecord.

    Inheritance
    System.Object
    GridDataErrorInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataErrorInfo

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved