menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridValidationMode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridValidationMode

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

    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public enum GridValidationMode

    Fields

    Name Description
    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.

    InView

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

    None

    Specifies that the built-in validation support is disabled.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved