alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridRowDragOverEventArgs

    Provides data for the event.

    Inheritance
    System.Object
    TreeGridRowDragDropEventArgsBase
    TreeGridRowDragOverEventArgs
    Inherited Members
    TreeGridRowDragDropEventArgsBase.Data
    TreeGridRowDragDropEventArgsBase.DropPosition
    TreeGridRowDragDropEventArgsBase.IsFromOutSideSource
    TreeGridRowDragDropEventArgsBase.TargetNode
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeGridRowDragOverEventArgs : TreeGridRowDragDropEventArgsBase

    Constructors

    TreeGridRowDragOverEventArgs()

    Initializes a new instance of TreeGridColumnDraggingEventArgs event.

    Declaration
    public TreeGridRowDragOverEventArgs()

    Properties

    Handled

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

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    ShowDragUI

    Gets or sets a value indicating the default Dragging UI.

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