menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NewRowPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NewRowPosition

    Defines add new row position.

    • TopDefault. Add form is placed at the first row of the grid.
    • BottomAdd form is placed at the last row of the grid
    Inheritance
    System.Object
    NewRowPosition
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class NewRowPosition : Enum

    Fields

    Bottom

    Add form is placed at the last row of the grid

    Declaration
    public const NewRowPosition Bottom
    Field Value
    Type
    NewRowPosition

    Top

    Default. Add form is placed at the first row of the grid.

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