menu

UWP

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

    Show / Hide Table of Contents

    Class KanbanDragLeaveEventArgs

    Provides the card information for the Drag​Leave event.

    Inheritance
    System.Object
    KanbanDragEventArgs
    KanbanDragLeaveEventArgs
    Inherited Members
    KanbanDragEventArgs.SelectedCard
    KanbanDragEventArgs.SelectedCardIndex
    KanbanDragEventArgs.SelectedColumn
    KanbanDragEventArgs.SelectedColumnIndex
    KanbanDragEventArgs.SelectedRowIndex
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.UWP.dll
    Syntax
    public class KanbanDragLeaveEventArgs : KanbanDragEventArgs

    Constructors

    KanbanDragLeaveEventArgs()

    Declaration
    public KanbanDragLeaveEventArgs()

    Properties

    LeftColumn

    Gets the target column out of which the user drags the card.

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

    PreviousCardIndex

    Gets the integer value that indicates the previous card index while drag enter into next column.

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

    PreviousColumnIndex

    Gets the integer value that indicates the previous card's column index while drag enter into next column.

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

    PreviousRowIndex

    Gets the integer value that indicates the previous card's row index while drag enter into next column.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved