Spread for ASP.NET 12 Product Documentation
AllowServerValidators Property (IAcceptServerValidator)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IAcceptServerValidator Interface : AllowServerValidators Property
Gets or sets whether the cell allows validating data using custom validator controls on the server side.
Syntax
'Declaration
 
Property AllowServerValidators As Boolean
'Usage
 
Dim instance As IAcceptServerValidator
Dim value As Boolean
 
instance.AllowServerValidators = value
 
value = instance.AllowServerValidators
bool AllowServerValidators {get; set;}
See Also

Reference

IAcceptServerValidator Interface
IAcceptServerValidator Members