UWP

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

    Show / Hide Table of Contents

    Class TreeGridCurrentCellValidatingEventArgs

    Provides data for the CurrentCellValidating event.

    Inheritance
    System.Object
    GridEventArgs
    CurrentCellValidatingEventArgsBase
    TreeGridCurrentCellValidatingEventArgs
    Inherited Members
    CurrentCellValidatingEventArgsBase.OldValue
    CurrentCellValidatingEventArgsBase.NewValue
    CurrentCellValidatingEventArgsBase.ErrorMessage
    CurrentCellValidatingEventArgsBase.IsValid
    CurrentCellValidatingEventArgsBase.RowData
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class TreeGridCurrentCellValidatingEventArgs : CurrentCellValidatingEventArgsBase

    Constructors

    TreeGridCurrentCellValidatingEventArgs(Object)

    Initializes a new instance of TreeGridCurrentCellValidatingEventArgs class.

    Declaration
    public TreeGridCurrentCellValidatingEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets the GridColumn of the cell triggers this event.

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

    The TreeGridColumn of the cell which triggered this event.

    Remarks

    GridTemplateColumn cells will not triggers this event.

    Node

    Gets the TreeNode .

    Declaration
    public TreeNode Node { get; }
    Property Value
    Type Description
    TreeNode

    The TreeNode .

    Extension Methods

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