Class TreeGridRowDropSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeGridRowDropSettingsBuilder
Namespace: Syncfusion.EJ2.TreeGrid
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeGridRowDropSettingsBuilder : ControlBuilder
Constructors
TreeGridRowDropSettingsBuilder()
Declaration
public TreeGridRowDropSettingsBuilder()
TreeGridRowDropSettingsBuilder(TreeGridRowDropSettings)
Declaration
public TreeGridRowDropSettingsBuilder(TreeGridRowDropSettings model)
Parameters
Type | Name | Description |
---|---|---|
TreeGridRowDropSettings | model |
Methods
TargetID(String)
Specifies the ID of the droppable component where rows can be dragged and dropped. Ensures that the row drop operation targets the correct component within the application.
Declaration
public TreeGridRowDropSettingsBuilder TargetID(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |