UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridCurrentCellValueChangedEventArgs - UWP API Reference | Syncfusion event. ">

    Show / Hide Table of Contents

    Class TreeGridCurrentCellValueChangedEventArgs

    Provides data for event.

    Inheritance
    System.Object
    TreeGridCurrentCellValueChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class TreeGridCurrentCellValueChangedEventArgs : EventArgs

    Constructors

    TreeGridCurrentCellValueChangedEventArgs()

    Initializes a new instance of TreeGridCurrentCellValueChangedEventArgs class.

    Declaration
    public TreeGridCurrentCellValueChangedEventArgs()

    Properties

    Column

    Gets the column of the corresponding cell value changes occurs for.

    Declaration
    public TreeGridColumn Column { get; }
    Property Value
    Type Description
    TreeGridColumn

    The column that contains the cell value changes occurs for.

    Record

    Gets the record of the corresponding cell value changes occurs for.

    Declaration
    public object Record { get; }
    Property Value
    Type Description
    System.Object

    The record that contains cell value changes occurs for.

    RowColumnIndex

    Gets a value indicating the RowColumnIndex of the cell that the event occurs for.

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

    Extension Methods

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