[]
Gets or sets a value that determines the timing of validating GrapeCity.Windows.InputMan.GcNumber.Value property.
public ValidationTrigger ValidationTrigger { get; set; }
Public Property ValidationTrigger As ValidationTrigger
Type | Description |
---|---|
ValidationTrigger | One of the GrapeCity.Windows.InputMan.ValidationTrigger values. The default is GrapeCity.Windows.InputMan.ValidationTrigger.LostFocus. |
The following xaml demonstrates how to use ControlValidator to validate control value.