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


In This Topic
    ControlValidatorSet Property (GcNumber)
    In This Topic
    Syntax
    'Declaration
     
    Public Property ControlValidatorSet As ControlValidatorSet
    'Usage
     
    Dim instance As GcNumber
    Dim value As ControlValidatorSet
     
    instance.ControlValidatorSet = value
     
    value = instance.ControlValidatorSet
    public ControlValidatorSet ControlValidatorSet {get; set;}

    Property Value

    A GrapeCity.Windows.InputMan.ControlValidatorSet value for ControlValidatorSet property. The default value is a null reference (Nothing in Visual Basic)
    Remarks
    The GcNumber enables you to define the ControlValidator to validate the GrapeCity.Windows.InputMan.GcNumber.Value property is valid or not. The contained ControlValidator will be validated one by one until one ControlValidator is validated failed.
    Example
    The following xaml demonstrates how to use ControlValidator to validate control value.
    See Also