menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class KanbanDragEventArgs

    Serves as a base class for all SfKanban drag event arguments.

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

    Constructors

    KanbanDragEventArgs()

    Declaration
    protected KanbanDragEventArgs()

    Properties

    Data

    Gets the model data of the captures card.

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

    The data.

    SourceColumn

    Gets the column, where the drag event occurs

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

    The source column.

    SourceIndex

    Gets the index of the captured card.

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

    The index of the source.

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