alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum 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.

    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum RowPosition

    Fields

    Name Description
    Above

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

    Below

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

    Bottom

    New rows added in the bottom of the tree grid.

    Child

    New rows added as a child to the selected record.

    Top

    New rows added in the top of the tree grid.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved