WinUI

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

    Show / Hide Table of Contents

    Class TreeGridRowDragStartingEventArgs

    Provides data for the RowDragStarting event.

    Inheritance
    System.Object
    TreeGridRowDragStartingEventArgs
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridRowDragStartingEventArgs : EventArgs

    Constructors

    TreeGridRowDragStartingEventArgs()

    Initializes a new instance of TreeGridRowDragStartingEventArgs event.

    Declaration
    public TreeGridRowDragStartingEventArgs()

    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

    DraggingNodes

    Gets the TreeNode which contains the data associated while dragging the rows.

    Declaration
    public ObservableCollection<TreeNode> DraggingNodes { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<TreeNode>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved