menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanDragOverEventArgs - Xamarin.Android API Reference | Syncfusion
  • Articles
  • Api Documentation

    Show / Hide Table of Contents

    Class KanbanDragOverEventArgs

    Provides the card information for the DragOver event.

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

    Constructors

    KanbanDragOverEventArgs()

    Declaration
    public KanbanDragOverEventArgs()

    Properties

    Cancel

    Gets or sets a value that determines whether to show the item placeholder for the current target index.

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

    The cancel.

    TargetColumn

    Gets the target column upon which the card is being dragged.

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

    The target column.

    TargetIndex

    Gets the target index of the card.

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

    The index of the target.

    In This Article
    • Constructors
      • KanbanDragOverEventArgs()
    • Properties
      • Cancel
      • TargetColumn
      • TargetIndex
    Was this page helpful? Yes No
    Thank you for your feedback!
    Thank you for your feedback and comments. We will rectify this as soon as possible!
    An unknown error has occurred. Please try again.
    SEND FEEDBACK REGARDING THIS TOPIC

    Please provide additional information

    Please provide additional information

    Please provide additional information

    Please provide additional information
    Please provide additional information
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved