Class TreeGridRowDropSettings
Configures Tree Grid rowdrop settings
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
TreeGridRowDropSettings
Inherited Members
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeGridRowDropSettings : SfDataBoundComponent
Constructors
TreeGridRowDropSettings()
Declaration
public TreeGridRowDropSettings()
Properties
TargetID
Defines the ID of droppable component on which row drop should occur.
Declaration
public string TargetID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |