Spread for ASP.NET 11 Product Documentation
AllowServerValidators Property (GeneralCellType)


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

Reference

GeneralCellType Class
GeneralCellType Members