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

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