Class DraggedEventArgs
Defines the Drag event arguments.
Inherited Members
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public class DraggedEventArgs
Constructors
DraggedEventArgs()
Declaration
public DraggedEventArgs()
Properties
Element
Gets the current ElementReference element being dragged.
Declaration
public ElementReference Element { get; set; }
Property Value
| Type |
|---|
| ElementReference |
Id
Gets the dragging panel id.
Declaration
public string Id { get; set; }
Property Value
| Type |
|---|
| string |
Target
Gets the ElementReference element below the cell element being dragged.
Declaration
public ElementReference Target { get; set; }
Property Value
| Type |
|---|
| ElementReference |