True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid.BaseGrid Namespace / ViewRow Class / RowError Property

In This Topic
    RowError Property (ViewRow)
    In This Topic
    Gets or sets the custom error description for a row in a bounded grid.
    Syntax
    'Declaration
     
    Public Property RowError As System.String
    public System.string RowError {get; set;}
    Remarks
    This property is used to interact with the System.ComponentModel.IDataErrorInfo interface and the table's System.Data.DataRow.RowError property.
    See Also