menu

UWP

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

    Show / Hide Table of Contents

    Class CurrentCellBeginEditEventArgs

    Represents the class which holds the properties of CurrentCellBeginEdit Event.

    Inheritance
    System.Object
    GridCancelEventArgs
    CurrentCellBeginEditEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved