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

In This Topic
    ErrorStyle Property (FlexGrid)
    In This Topic
    Gets or sets the System.Windows.Style applied to cells with errors.
    Syntax
    'Declaration
     
    Public Property ErrorStyle As Style
    public Style ErrorStyle {get; set;}
    See Also