menu

WinUI

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

    Show / Hide Table of Contents

    Class DataGridRowDropPosition

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

    Fields

    Above

    Specifies the dragging node will be dropped above the current row in SfDataGrid.

    Declaration
    public const DataGridRowDropPosition Above
    Field Value
    Type
    DataGridRowDropPosition

    Below

    Specifies the dragging node will be dropped below the current row in SfDataGrid.

    Declaration
    public const DataGridRowDropPosition Below
    Field Value
    Type
    DataGridRowDropPosition

    Here

    Specifies the dragging node will be dropped below to the header row in SfDataGrid.

    Declaration
    public const DataGridRowDropPosition Here
    Field Value
    Type
    DataGridRowDropPosition
    Remarks

    This option will be considered only when grid doesn't have records.

    None

    Specifies the node can not be dropped at this position.

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