WinUI

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

    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 Description
    DataGridRowDropPosition

    Below

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

    Declaration
    public const DataGridRowDropPosition Below
    Field Value
    Type Description
    DataGridRowDropPosition

    Here

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

    Declaration
    public const DataGridRowDropPosition Here
    Field Value
    Type Description
    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 Description
    DataGridRowDropPosition

    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