menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanDragEndEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanDragEndEventArgs

    This class provides card information for the DragEnd event.

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

    Constructors

    KanbanDragEndEventArgs()

    Initializes a new instance of the KanbanDragEndEventArgs class.

    Declaration
    public KanbanDragEndEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the drag operation should be canceled.

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

    TargetCategory

    Gets the dropped card category value.

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

    TargetColumn

    Gets the target column onto which the card has been dropped.

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

    TargetIndex

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

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