menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowDropModel

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved