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


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