WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridRowDragDropEventArgsBase - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridRowDragDropEventArgsBase

    Provides common data for GridRowDragDropEvents.

    Inheritance
    System.Object
    System.EventArgs
    GridRowDragDropEventArgsBase
    GridRowDragLeaveEventArgs
    GridRowDragOverEventArgs
    GridRowDropEventArgs
    GridRowDroppedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public abstract class GridRowDragDropEventArgsBase : EventArgs

    Constructors

    GridRowDragDropEventArgsBase()

    Initializes a new instance of GridRowDragDropEventArgsBase event.

    Declaration
    public GridRowDragDropEventArgsBase()

    Properties

    Data

    Gets a data object that contains the data associated while dragging the rows.

    Declaration
    public IDataObject Data { get; }
    Property Value
    Type Description
    System.Windows.IDataObject

    DropPosition

    Gets a value indicating the drop position which is based on dropped location

    Declaration
    public DropPosition DropPosition { get; }
    Property Value
    Type Description
    DropPosition

    IsFromOutSideSource

    Gets a value indicating whether the dragging item is from same DataGrid or not.

    Declaration
    public bool IsFromOutSideSource { get; }
    Property Value
    Type Description
    System.Boolean

    TargetRecord

    Gets a value indicating the target index which is going to drop.

    Declaration
    public object TargetRecord { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved