alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridValidationMode

    Defines the constants that specifies the validation mode of the SfDataGrid.

    Inheritance
    System.Object
    GridValidationMode
    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public sealed class GridValidationMode : Enum

    Fields

    InEdit

    Specifies that the error icons and tooltips will be displayed for validation failed cells and doesn't allows the users to commit the invalid data without allowing to edit other cells.

    Declaration
    public const GridValidationMode InEdit
    Field Value
    Type
    GridValidationMode

    InView

    Specifies that the error icons and tooltips will be displayed for validation failed cells.

    Declaration
    public const GridValidationMode InView
    Field Value
    Type
    GridValidationMode

    None

    Specifies that the built-in validation support is disabled.

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