Class GridRowDropSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GridRowDropSettingsBuilder
Namespace: Syncfusion.EJ2.Grids
Assembly: Syncfusion.EJ2.dll
Syntax
public class GridRowDropSettingsBuilder : ControlBuilder
Constructors
GridRowDropSettingsBuilder()
Declaration
public GridRowDropSettingsBuilder()
GridRowDropSettingsBuilder(GridRowDropSettings)
Declaration
public GridRowDropSettingsBuilder(GridRowDropSettings model)
Parameters
Type | Name | Description |
---|---|---|
GridRowDropSettings | model |
Methods
TargetID(String)
Defines the ID of droppable component on which row drop should occur.
Declaration
public GridRowDropSettingsBuilder TargetID(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |