Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GeneralCellType Class / AllowServerValidators Property


In This Topic
    AllowServerValidators Property (GeneralCellType)
    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 GeneralCellType
    Dim value As Boolean
     
    instance.AllowServerValidators = value
     
    value = instance.AllowServerValidators
    public bool AllowServerValidators {get; set;}
    See Also