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

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