Class GridRowDragDropEventArgsBase
Provides common data for GridRowDragDropEvents.
Inheritance
System.Object
System.EventArgs
GridRowDragDropEventArgsBase
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 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 |