Spread Silverlight 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

DataValidator Class
DataValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.