alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridRowDropEventArgs

    Provides data for the event.

    Inheritance
    System.Object
    GridRowDragDropEventArgsBase
    GridRowDropEventArgs
    Inherited Members
    GridRowDragDropEventArgsBase.Data
    GridRowDragDropEventArgsBase.DropPosition
    GridRowDragDropEventArgsBase.IsFromOutSideSource
    GridRowDragDropEventArgsBase.TargetRecord
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridRowDropEventArgs : GridRowDragDropEventArgsBase

    Constructors

    GridRowDropEventArgs()

    Initializes a new instance of GridRowDropEventArgs event.

    Declaration
    public GridRowDropEventArgs()

    Properties

    DraggingRecords

    Gets and Sets a the Records which contains the data associated while dragging the rows.

    Declaration
    public ObservableCollection<object> DraggingRecords { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.Object>

    Handled

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

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