alexa

    Show / Hide Table of Contents

    Enum ValidationMode

    Specifies the mode of validation which depends on MinValue and MaxValue.

    Namespace: Syncfusion.WinForms.Input.Enums
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    public enum ValidationMode

    Fields

    Name Description
    KeyPress

    MinValue and MaxValue validation is carried out when value is entered.

    LostFocus

    MinValue and MaxValue validation is carried out when control lost its focus.

    Back to top Generated by DocFX