FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / RowErrorStyle Property

In This Topic
    RowErrorStyle Property
    In This Topic
    Gets or sets the System.Windows.Style applied to cells whose row has errors.
    Syntax
    'Declaration
     
    Public Property RowErrorStyle As Style
    public Style RowErrorStyle {get; set;}
    See Also