menu

MAUI

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

    Show / Hide Table of Contents

    Class KanbanDragEventArgs

    This class represents the base class for all SfKanban drag event arguments.

    Inheritance
    System.Object
    KanbanDragEventArgs
    KanbanDragEndEventArgs
    KanbanDragEnterEventArgs
    KanbanDragLeaveEventArgs
    KanbanDragOverEventArgs
    KanbanDragStartEventArgs
    Namespace: Syncfusion.Maui.Kanban
    Assembly: Syncfusion.Maui.Kanban.dll
    Syntax
    public abstract class KanbanDragEventArgs : EventArgs

    Constructors

    KanbanDragEventArgs()

    Initializes a new instance of the KanbanDragEventArgs class.

    Declaration
    public KanbanDragEventArgs()

    Properties

    Data

    Gets the data of the dragged card.

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

    SourceColumn

    Gets the column where the card is dragged.

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

    SourceIndex

    Gets the index of the dragged card.

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