[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ControlValidatorSet

ControlValidatorSet Property

ControlValidatorSet

Gets or sets the a GrapeCity.Windows.InputMan.ControlValidatorSet which indicates a collection of GrapeCity.Windows.InputMan.ControlValidator.

Declaration
public ControlValidatorSet ControlValidatorSet { get; set; }
Public Property ControlValidatorSet As ControlValidatorSet
Property Value
Type Description
ControlValidatorSet

A GrapeCity.Windows.InputMan.ControlValidatorSet value for ControlValidatorSet property. The default value is null.

Remarks

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.

Examples

The following xaml demonstrates how to use ControlValidator to validate control value.