menu

WPF

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

    Show / Hide Table of Contents

    Class CurrentCellBeginEditEventArgs

    Represents the class which holds the properties of CurrentCellBeginEdit Event.

    Inheritance
    System.Object
    System.EventArgs
    GridCancelEventArgs
    CurrentCellBeginEditEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class CurrentCellBeginEditEventArgs : GridCancelEventArgs

    Constructors

    CurrentCellBeginEditEventArgs()

    Initializes a new instance of the CurrentCellBeginEditEventArgs class.

    Declaration
    public CurrentCellBeginEditEventArgs()

    Properties

    RowcolumnIndex

    Gets the value of RowColumnIndex .

    Declaration
    public RowColumnIndex RowcolumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    An instance of RowColumnIndex.

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