Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / RowSelector Class / HasValidationError Property


In This Topic
    HasValidationError Property (RowSelector)
    In This Topic
    Gets a value indicating whether the row selector's associated row has a validation error.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasValidationError As Boolean
    'Usage
     
    Dim instance As RowSelector
    Dim value As Boolean
     
    value = instance.HasValidationError
    public bool HasValidationError {get;}

    Property Value

    true if the row selector's associated row has a validation error; false otherwise. By default, false.
    Requirements

    See Also