Spread WPF Documentation
ErrorStyle Property (DataValidator)


Gets the error style.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property ErrorStyle As ErrorStyle
'Usage
 
Dim instance As DataValidator
Dim value As ErrorStyle
 
instance.ErrorStyle = value
 
value = instance.ErrorStyle
[System.ComponentModel.DefaultValue()]
public ErrorStyle ErrorStyle {get; set;}

Property Value

An ErrorStyle enumeration that specifies the icon type in the error alert. The default value is Stop.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

DataValidator Class
DataValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.