Class GridRowDropSettings
Configures grid row drag and drop.
Inheritance
System.Object
GridRowDropSettings
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridRowDropSettings : OwningComponentBase
Constructors
GridRowDropSettings()
Declaration
public GridRowDropSettings()
Properties
TargetID
Defines the ID of droppable component on which row drop should occur.
Declaration
public string TargetID { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |