Class OnValidationFailed
Specifies the behavior when validation fails.
Inheritance
System.Object
OnValidationFailed
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class OnValidationFailed : Enum
Fields
KeepFocus
Keeps the focus on the control if the validation fails
Declaration
public const OnValidationFailed KeepFocus
Field Value
| Type |
|---|
| OnValidationFailed |
SetMinOrMax
Sets MinValue if Value is less than MinValue or MaxValue if greater thas MaxValue if the Validation fails
Declaration
public const OnValidationFailed SetMinOrMax
Field Value
| Type |
|---|
| OnValidationFailed |
SetNullString
Sets NullString to the the control if the validation fails
Declaration
public const OnValidationFailed SetNullString
Field Value
| Type |
|---|
| OnValidationFailed |