menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class KanbanDragEndEventArgs

    Provides the card information for the DragEnd event.

    Inheritance
    System.Object
    KanbanDragEventArgs
    KanbanDragEndEventArgs
    Inherited Members
    KanbanDragEventArgs.Data
    KanbanDragEventArgs.SourceColumn
    KanbanDragEventArgs.SourceIndex
    Namespace: Syncfusion.SfKanban.Android
    Assembly: Syncfusion.SfKanban.Android.dll
    Syntax
    public class KanbanDragEndEventArgs : KanbanDragEventArgs

    Constructors

    KanbanDragEndEventArgs()

    Declaration
    public KanbanDragEndEventArgs()

    Properties

    Cancel

    Gets or sets the cancel that determines whether to insert the card in the target column.

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

    The cancel.

    TargetCategory

    Gets the card's current category value.

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

    The target category.

    TargetColumn

    Gets the target column upon which the card is dropped.

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

    The target column.

    TargetIndex

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

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

    The index of the target.

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