menu

WinUI

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

    Show / Hide Table of Contents

    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.Grids
    Assembly: Syncfusion.Grid.WinUI.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved