menu

WinUI

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

    Show / Hide Table of Contents

    Class DataGridRowDragStartingEventArgs

    Provides data for the RowDragStarting event.

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

    Constructors

    DataGridRowDragStartingEventArgs()

    Initializes a new instance of DataGridRowDragStartingEventArgs event.

    Declaration
    public DataGridRowDragStartingEventArgs()

    Properties

    Cancel

    Gets or sets a value that indicates whether the drag action should be canceled or not.

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

    DraggingRows

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

    Declaration
    public ObservableCollection<object> DraggingRows { get; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved