Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RadioButtonListCellType Class / Validators Property


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