Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ImageCellType Class / GetValidators Method


In This Topic
    GetValidators Method (ImageCellType)
    In This Topic
    Gets the validator collection; overwrite this method to allow customizing the returned result from the Validators property.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetValidators() As ValidatorCollection
    'Usage
     
    
    Dim instance As ImageCellType
    Dim value As ValidatorCollection
     
    value = instance.GetValidators()
    public override ValidatorCollection GetValidators()
    See Also