ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowPresenter Class / ValidationState Property

In This Topic
    ValidationState Property (DataGridRowPresenter)
    In This Topic
    Gets or sets the ValidationState.
    Syntax
    'Declaration
     
    
    Public Property ValidationState As C1.WPF.ValidationState
    public C1.WPF.ValidationState ValidationState {get; set;}
    See Also