menu

Blazor

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

    Show / Hide Table of Contents

    Class DragEventArgs

    Provides information about the dragged tab item.

    Inheritance
    System.Object
    DragEventArgs
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DragEventArgs : Object

    Constructors

    DragEventArgs()

    Declaration
    public DragEventArgs()

    Properties

    Cancel

    Gets or sets whether the drag action should be canceled or not.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if the drag action should be canceled. Otherwise, false.

    DraggedItem

    Gets the dragged tab item index.

    Declaration
    public TabItem DraggedItem { get; }
    Property Value
    Type Description
    TabItem

    The TabItem object representing the dragged tab item.

    DroppedItem

    Gets the dropped tab item index.

    Declaration
    public TabItem DroppedItem { get; }
    Property Value
    Type Description
    TabItem

    The TabItem object representing the dropped tab item.

    Index

    Gets the index of tab item.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    Accepts an integer value.

    Left

    Gets the Client X value of target element.

    Declaration
    public double Left { get; }
    Property Value
    Type Description
    System.Double

    Accepts the double value.

    Top

    Gets the Client Y value of target element.

    Declaration
    public double Top { get; }
    Property Value
    Type Description
    System.Double

    Accepts the double value.

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