WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridRowDroppingEventArgs

    Show / Hide Table of Contents

    Class TreeGridRowDroppingEventArgs

    Provides data for the RowDropping event.

    Inheritance
    System.Object
    TreeGridRowDragEventArgs
    TreeGridRowDroppingEventArgs
    Inherited Members
    TreeGridRowDragEventArgs.Data
    TreeGridRowDragEventArgs.DropPosition
    TreeGridRowDragEventArgs.DraggingNodes
    TreeGridRowDragEventArgs.TargetNode
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridRowDroppingEventArgs : TreeGridRowDragEventArgs

    Constructors

    TreeGridRowDroppingEventArgs()

    Initializes a new instance of TreeGridRowDroppingEventArgs event.

    Declaration
    public TreeGridRowDroppingEventArgs()

    Properties

    Cancel

    Gets a value indicating whether the event is canceled or not.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved