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 |