Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ControlValidatorSet Class / ControlValidators Property


In This Topic
    ControlValidators Property
    In This Topic
    Gets the collection of all ControlValidators.
    Syntax
    'Declaration
     
    Public ReadOnly Property ControlValidators As ControlValidatorCollection
    'Usage
     
    Dim instance As ControlValidatorSet
    Dim value As ControlValidatorCollection
     
    value = instance.ControlValidators
    public ControlValidatorCollection ControlValidators {get;}

    Property Value

    A ControlValidatorCollection indicates the actions to present when validated failed.
    See Also