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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TextCellType 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 TextCellType
Dim value As Boolean
 
instance.AllowServerValidators = value
 
value = instance.AllowServerValidators
public bool AllowServerValidators {get; set;}
See Also

Reference

TextCellType Class
TextCellType Members