Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    NewRowPosition

    Top

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

    Declaration
    public const NewRowPosition Top
    Field Value
    Type Description
    NewRowPosition

    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