ShowValidationIndicators Property
In This Topic
Gets or sets a value indicating whether the validation icon will appear inside the corresponding row header as well as the background of the row with errors is turned to red.
Syntax
'Declaration
Public Property ShowValidationIndicators As Boolean
public bool ShowValidationIndicators {get; set;}
See Also