Class DragStopArgs
Defines the dragstop event arguments.
Inheritance
System.Object
DragStopArgs
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public class DragStopArgs : Object
Constructors
DragStopArgs()
Declaration
public DragStopArgs()
Properties
Element
Specifies the cell element being dragged.
Declaration
public ElementReference Element { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.ElementReference |
Id
Specifies dragged panel id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |