Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowPosition

    Defines the position for newly added row in Tree Grid. Top - New row is added at the top of the tree grid.
    Bottom - New row is added at the bottom of the tree grid.
    Above - New row is added in the above position of the selected record.
    Below - New row is added in the below position of the selected record.
    Child - New row is added as a child to the selected record.

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

    Fields

    Above

    New rows added in the above position of the selected record.

    Declaration
    public const RowPosition Above
    Field Value
    Type Description
    RowPosition

    Below

    New rows added in the below position of the selected record.

    Declaration
    public const RowPosition Below
    Field Value
    Type Description
    RowPosition

    Bottom

    New rows added in the bottom of the tree grid.

    Declaration
    public const RowPosition Bottom
    Field Value
    Type Description
    RowPosition

    Child

    New rows added as a child to the selected record.

    Declaration
    public const RowPosition Child
    Field Value
    Type Description
    RowPosition

    Top

    New rows added in the top of the tree grid.

    Declaration
    public const RowPosition Top
    Field Value
    Type Description
    RowPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved