WPF

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

    Show / Hide Table of Contents

    Class GridDataCurrentCellChanged

    Provides the class to hold data when current cell is changed.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridDataCurrentCellChanged
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataCurrentCellChanged : SyncfusionEventArgs

    Constructors

    GridDataCurrentCellChanged()

    Declaration
    public GridDataCurrentCellChanged()

    Properties

    ColumnName

    Gets the name of the column.

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

    The name of the column.

    CurrentValue

    Gets the current value.

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

    The current value.

    RecordIndex

    Gets the index of the record.

    Declaration
    public int RecordIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the record.

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