menu

UWP

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

    Show / Hide Table of Contents

    Class CurrentCellValueChangedEventArgs

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

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

    Constructors

    CurrentCellValueChangedEventArgs()

    Initializes a new instance of the CurrentCellValueChangedEventArgs class.

    Declaration
    public CurrentCellValueChangedEventArgs()

    Properties

    ControlText

    Gets the control text of the current cell .

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

    Text in current cell.

    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