alexa

    Show / Hide Table of Contents

    Enum ValidationResetOption

    Defines the mode that indicate how the Value gets changed when validation fails.

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

    Fields

    Name Description
    MaxValue

    Assign the maximum value.

    MinValue

    Assign the minimum value.

    Reset

    Assign the previous valid value.

    Back to top Generated by DocFX