menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridAddNewRowPosition - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridAddNewRowPosition

    Defines the constants that specify whether the AddNewRow positioned at top or bottom of body region in SfDataGrid.

    Inheritance
    System.Object
    DataGridAddNewRowPosition
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public sealed class DataGridAddNewRowPosition : Enum

    Fields

    Bottom

    Specifies that AddNewRow will be placed at bottom of the body region.

    Declaration
    public const DataGridAddNewRowPosition Bottom
    Field Value
    Type
    DataGridAddNewRowPosition

    FixedTop

    Specifies that AddNewRow will be placed at top of the body region in frozen state.

    Declaration
    public const DataGridAddNewRowPosition FixedTop
    Field Value
    Type
    DataGridAddNewRowPosition

    None

    No AddNewRow will be placed.

    Declaration
    public const DataGridAddNewRowPosition None
    Field Value
    Type
    DataGridAddNewRowPosition

    Top

    Specifies that AddNewRow will be placed at top of the body region.

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