Class DragStartArgs
Defines the dragstart event arguments.
Inheritance
System.Object
DragStartArgs
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public class DragStartArgs : Object
Constructors
DragStartArgs()
Declaration
public DragStartArgs()
Properties
Cancel
Gets or sets a value indicating whether to prevent the current drag action of the panel.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Element
Gets the current Microsoft.AspNetCore.Components.ElementReference element being dragged.
Declaration
public ElementReference Element { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.ElementReference |
Id
Gets the dragging panel id.
Declaration
public string Id { get; set; }
Property Value
Type |
---|
System.String |