[]
Gets or sets the a GrapeCity.Windows.InputMan.ControlValidatorSet which indicates a collection of GrapeCity.Windows.InputMan.ControlValidator.
public ControlValidatorSet ControlValidatorSet { get; set; }
Public Property ControlValidatorSet As ControlValidatorSet
Type | Description |
---|---|
ControlValidatorSet | A GrapeCity.Windows.InputMan.ControlValidatorSet value for ControlValidatorSet property. The default value is null. |
The GcDateTime enables you to define the ControlValidator to validate the GrapeCity.Windows.InputMan.GcDateTime.Value property is valid or not. The contained ControlValidator will be validated one by one until one ControlValidator is validated failed.
The following xaml demonstrates how to use ControlValidator to validate control value.