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


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;}
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

GeneralCellType Class
GeneralCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.