Class RowDropSettingsBuilder<T>
Inheritance
System.Object
RowDropSettingsBuilder<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class RowDropSettingsBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
RowDropSettingsBuilder(RowDropSettings)
Initializes a new instance of the RowDropSettingsBuilder<T> class.
Declaration
public RowDropSettingsBuilder(RowDropSettings drpsettings)
Parameters
Type | Name | Description |
---|---|---|
RowDropSettings | drpsettings | It displays the list of dropSettings option |
Methods
DragBehavior(DragBehavior)
It sets the value that indicates the drag behavior for drag and drop.
Declaration
public RowDropSettingsBuilder<T> DragBehavior(DragBehavior dragBehavior)
Parameters
Type | Name | Description |
---|---|---|
DragBehavior | dragBehavior | It displays the list of drag behaviors |
Returns
Type | Description |
---|---|
RowDropSettingsBuilder<T> | RowDropSettingsBuilder |
DropTargetID(String)
This specifies the grid to drop the grid rows only at particular target element.
Declaration
public RowDropSettingsBuilder<T> DropTargetID(string targetID)
Parameters
Type | Name | Description |
---|---|---|
System.String | targetID | It accepts the string value and drop the gridrows at target |
Returns
Type | Description |
---|---|
RowDropSettingsBuilder<T> | RowDropSettingsBuilder |
RowDragMapper(String)
This helps in mapping server-side action when rows are dragged from Grid.
Declaration
public RowDropSettingsBuilder<T> RowDragMapper(string dragMapper)
Parameters
Type | Name | Description |
---|---|---|
System.String | dragMapper | It accepts the string value and maps the serverside action to drag |
Returns
Type | Description |
---|---|
RowDropSettingsBuilder<T> | RowDropSettingsBuilder |
RowDropMapper(String)
This helps in mapping server-side action when rows are dropped in Grid.
Declaration
public RowDropSettingsBuilder<T> RowDropMapper(string dropMapper)
Parameters
Type | Name | Description |
---|---|---|
System.String | dropMapper | It accepts the string value and maps the serverside action to drop |
Returns
Type | Description |
---|---|
RowDropSettingsBuilder<T> | RowDropSettingsBuilder |