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

In This Topic
    ValidationIndicator Property (GridCellView)
    In This Topic
    Gets or sets whether to show errors indicator.
    Syntax
    'Declaration
     
    Public Property ValidationIndicator As GridValidationIndicator
    public GridValidationIndicator ValidationIndicator {get; set;}
    See Also