WinUI

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

    Show / Hide Table of Contents

    Class TreeGridRowDragOverEventArgs

    Provides data for the RowDragOver event.

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

    Constructors

    TreeGridRowDragOverEventArgs()

    Initializes a new instance of TreeGridRowDragOverEventArgs event.

    Declaration
    public TreeGridRowDragOverEventArgs()

    Properties

    ShowDragUI

    Gets or sets a value indicating the default Dragging UI.

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