Class RowDropModel
Gets or sets a value that indicates the model to drop in the grid row.
Inheritance
System.Object
RowDropModel
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 RowDropModel
Constructors
RowDropModel()
Declaration
public RowDropModel()
Properties
DestinationID
Gets or sets a value that indicates the destination id of the row drop model in the grid..
Declaration
public string DestinationID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DestinationRowIndex
Gets or sets a value that indicates the destination row index of the row drop model in the grid.
Declaration
public int DestinationRowIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SourceID
Gets or sets a value that indicates the source id of the row drop model in grid.
Declaration
public string SourceID { get; set; }
Property Value
Type | Description |
---|---|
System.String |