FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TextCellType Class / AllowServerValidators Property
Example


In This Topic
AllowServerValidators Property (TextCellType)
In This Topic
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
Example
This example sets the AllowServerValidators property.
See Also