Spread Windows Forms 12.0 Product Documentation
AlertStyle Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IValidation Interface : AlertStyle Property
Gets the validation alert style.
Syntax
'Declaration
 
ReadOnly Property AlertStyle As DataValidationErrorStyle
'Usage
 
Dim instance As IValidation
Dim value As DataValidationErrorStyle
 
value = instance.AlertStyle
DataValidationErrorStyle AlertStyle {get;}

Property Value

A DataValidationErrorStyle value represents the validation alert style.
See Also

Reference

IValidation Interface
IValidation Members