WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddNewRowPosition

    Show / Hide Table of Contents

    Class AddNewRowPosition

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

    Inheritance
    System.Object
    AddNewRowPosition
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class AddNewRowPosition : Enum

    Fields

    Bottom

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

    Declaration
    public const AddNewRowPosition Bottom
    Field Value
    Type Description
    AddNewRowPosition

    FixedTop

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

    Declaration
    public const AddNewRowPosition FixedTop
    Field Value
    Type Description
    AddNewRowPosition

    None

    No AddNewRow will be placed.

    Declaration
    public const AddNewRowPosition None
    Field Value
    Type Description
    AddNewRowPosition

    Top

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

    Declaration
    public const AddNewRowPosition Top
    Field Value
    Type Description
    AddNewRowPosition

    value__

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