menu

UWP

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

    Show / Hide Table of Contents

    Class KanbanDragEndEventArgs

    Provides the card information for the Drag​End event.

    Inheritance
    System.Object
    KanbanDragEventArgs
    KanbanDragEndEventArgs
    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 KanbanDragEndEventArgs : KanbanDragEventArgs

    Constructors

    KanbanDragEndEventArgs()

    Declaration
    public KanbanDragEndEventArgs()

    Properties

    IsCancel

    Gets or sets a value indicating whether to insert the card in the target column.

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

    TargetCardIndex

    Gets the index in the target column where the card is going to be inserted.

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

    TargetColumn

    Gets or sets the target column upon which the card is dropped.

    Declaration
    public KanbanColumn TargetColumn { get; set; }
    Property Value
    Type
    KanbanColumn

    TargetColumnIndex

    Gets the target column index where the card is going to be inserted.

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

    TargetKey

    Gets the card's current category value.

    Declaration
    public object TargetKey { get; }
    Property Value
    Type
    System.Object

    TargetRowIndex

    Gets the target row index where the card is going to be inserted.

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

    TargetSwimlane

    Gets the target swimelane on which the card is dropped.

    Declaration
    public object TargetSwimlane { get; }
    Property Value
    Type
    System.Object

    Extension Methods

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