alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridDataCurrentCellChanged

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

    Inheritance
    System.Object
    SyncfusionEventArgs
    GridDataCurrentCellChanged
    Inherited Members
    SyncfusionEventArgs.ToString()
    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 - 2026 Syncfusion Inc. All Rights Reserved