menu

WPF

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

    Show / Hide Table of Contents

    Class KanbanDragEventArgs

    Serves as a base class for all SfKanban drag event arguments.

    Inheritance
    System.Object
    System.EventArgs
    KanbanDragEventArgs
    KanbanDragEndEventArgs
    KanbanDragEnterEventArgs
    KanbanDragLeaveEventArgs
    KanbanDragOverEventArgs
    KanbanDragStartEventArgs
    KanbanTappedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.WPF.dll
    Syntax
    public abstract class KanbanDragEventArgs : EventArgs

    Constructors

    KanbanDragEventArgs()

    Declaration
    protected KanbanDragEventArgs()

    Properties

    SelectedCard

    Gets the selected card's instance.

    Declaration
    public KanbanCardItem SelectedCard { get; }
    Property Value
    Type
    KanbanCardItem

    SelectedCardIndex

    Gets a value that indicates the index of dragging card.

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

    SelectedColumn

    Gets the selected card's column instance.

    Declaration
    public KanbanColumn SelectedColumn { get; }
    Property Value
    Type
    KanbanColumn

    SelectedColumnIndex

    Gets a value that indicates the index of dragging card's column.

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

    SelectedRowIndex

    Gets a value that indicates the index of dragging card's row.

    Declaration
    public int SelectedRowIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved