Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IAcceptServerValidator Interface / AllowServerValidators Property


In This Topic
    AllowServerValidators Property (IAcceptServerValidator)
    In This Topic
    Gets or sets whether the cell allows validating data using custom validator controls on the server side.
    Syntax
    'Declaration
     
    
    Property AllowServerValidators As Boolean
    'Usage
     
    
    Dim instance As IAcceptServerValidator
    Dim value As Boolean
     
    instance.AllowServerValidators = value
     
    value = instance.AllowServerValidators
    bool AllowServerValidators {get; set;}
    See Also