WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataCurrentCellValidatingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataCurrentCellValidatingEventArgs

    Provides a cancellable data handler for validating current cell changes.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridDataCurrentCellValidatingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataCurrentCellValidatingEventArgs : SyncfusionCancelEventArgs

    Constructors

    GridDataCurrentCellValidatingEventArgs()

    Declaration
    public GridDataCurrentCellValidatingEventArgs()

    Properties

    ColumnName

    Gets the name of the column.

    Declaration
    public string ColumnName { get; }
    Property Value
    Type Description
    System.String

    The name of the column.

    Value

    Gets the modified value.

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object

    The value.

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