Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterBarCellType Class / Validators Property


In This Topic
    Validators Property (FilterBarCellType)
    In This Topic
    Gets the validator collection.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Validators As ValidatorCollection
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As ValidatorCollection
     
    value = instance.Validators
    public override ValidatorCollection Validators {get;}
    See Also