Class GridRowDropSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GridRowDropSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Grids
Assembly: Syncfusion.AspNetMvc.Grid.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 |
Returns
| Type |
|---|
| GridRowDropSettingsBuilder |