[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.ValidationTrigger

ValidationTrigger Property

ValidationTrigger

Gets or sets a value that determines the timing of validating GrapeCity.Windows.InputMan.GcNumber.Value property.

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

One of the GrapeCity.Windows.InputMan.ValidationTrigger values. The default is GrapeCity.Windows.InputMan.ValidationTrigger.LostFocus.

Examples

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