alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ValidationResetOption

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

    Inheritance
    System.Object
    ValidationResetOption
    Namespace: Syncfusion.WinForms.Input.Enums
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    public sealed class ValidationResetOption : Enum

    Fields

    MaxValue

    Assign the maximum value.

    Declaration
    public const ValidationResetOption MaxValue
    Field Value
    Type
    ValidationResetOption

    MinValue

    Assign the minimum value.

    Declaration
    public const ValidationResetOption MinValue
    Field Value
    Type
    ValidationResetOption

    Reset

    Assign the previous valid value.

    Declaration
    public const ValidationResetOption Reset
    Field Value
    Type
    ValidationResetOption
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved