Class GridRowDragDropEventArgsBase
Provides common data for GridRowDragDropEvents.
Inheritance
System.Object
GridRowDragDropEventArgsBase
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 while dragging the rows.
Declaration
public IDataObject Data { get; }
Property Value
Type |
---|
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 |
---|
DropPosition |
IsFromOutSideSource
Gets a value indicating whether the dragging item is from same DataGrid or not.
Declaration
public bool IsFromOutSideSource { get; }
Property Value
Type |
---|
System.Boolean |
TargetRecord
Gets a value indicating the target index, which is going to drop.
Declaration
public object TargetRecord { get; }
Property Value
Type |
---|
System.Object |