menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum AddNewRowPosition - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum AddNewRowPosition

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

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum AddNewRowPosition

    Fields

    Name Description
    Bottom

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

    FixedTop

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

    None

    No AddNewRow will be placed.

    Top

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

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