ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1ValidationBehavior Class / SetValidationBehavior Method
The data grid to which the validation will be applied.
The behavior.

In This Topic
    SetValidationBehavior Method
    In This Topic
    Sets the validation behavior.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetValidationBehavior( _
       ByVal obj As C1DataGrid, _
       ByVal value As C1ValidationBehavior _
    ) 
    public static void SetValidationBehavior( 
       C1DataGrid obj,
       C1ValidationBehavior value
    )

    Parameters

    obj
    The data grid to which the validation will be applied.
    value
    The behavior.
    See Also