menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridRowDragOverEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridRowDragOverEventArgs

    Provides data for the RowDragOver event.

    Inheritance
    System.Object
    DataGridRowDragEventArgs
    DataGridRowDragOverEventArgs
    Inherited Members
    DataGridRowDragEventArgs.Data
    DataGridRowDragEventArgs.DraggingRows
    DataGridRowDragEventArgs.DropPosition
    DataGridRowDragEventArgs.TargetIndex
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class DataGridRowDragOverEventArgs : DataGridRowDragEventArgs

    Constructors

    DataGridRowDragOverEventArgs()

    Initializes a new instance of DataGridRowDragOverEventArgs event.

    Declaration
    public DataGridRowDragOverEventArgs()

    Properties

    ShowDragUI

    Gets or sets a value indicating whether to show the dragging UI or not.

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