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


    HasValidationError Property (RowSelector)
    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

    Property Value

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

    See Also