menu

UWP

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

    Show / Hide Table of Contents

    Class CurrentCellEndEditEventArgs

    Represents a class which holds the properties of CurrentCell EndEdit event.

    Inheritance
    System.Object
    GridEventArgs
    CurrentCellEndEditEventArgs
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class CurrentCellEndEditEventArgs : GridEventArgs

    Constructors

    CurrentCellEndEditEventArgs()

    Initializes a new instance of the CurrentCellEndEditEventArgs class.

    Declaration
    public CurrentCellEndEditEventArgs()

    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