menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowPosition - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowPosition

    Defines the target position for adding new rows in the TreeGrid. The available positions are: Top: Adds a new row at the top of all rows. Bottom: Adds a new row at the bottom of all rows. Above: Adds a new row above the currently selected row. Below: Adds a new row below the currently selected row. Child: Adds a new row as a child to the currently selected row.

    Inheritance
    System.Object
    RowPosition
    Namespace: Syncfusion.EJ2.TreeGrid
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class RowPosition : Enum

    Fields

    Above

    Declaration
    public const RowPosition Above
    Field Value
    Type
    RowPosition

    Below

    Declaration
    public const RowPosition Below
    Field Value
    Type
    RowPosition

    Bottom

    Declaration
    public const RowPosition Bottom
    Field Value
    Type
    RowPosition

    Child

    Declaration
    public const RowPosition Child
    Field Value
    Type
    RowPosition

    Top

    Declaration
    public const RowPosition Top
    Field Value
    Type
    RowPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved