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