Class GridValidationMode
Defines the constants that specify whether the validation is enabled either at edit or view mode in SfDataGrid.
Inheritance
System.Object
GridValidationMode
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class GridValidationMode : Enum
Fields
InView
Displays error icons and tips alone.
Declaration
public const GridValidationMode InView
Field Value
Type |
---|
GridValidationMode |
None
Disables built-in validation support.
Declaration
public const GridValidationMode None
Field Value
Type |
---|
GridValidationMode |