menu

MAUI

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

    Show / Hide Table of Contents

    Class KanbanDragOverEventArgs

    This class provides card information for the DragOver event.

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

    Constructors

    KanbanDragOverEventArgs()

    Initializes a new instance of the KanbanDragOverEventArgs class.

    Declaration
    public KanbanDragOverEventArgs()

    Properties

    Cancel

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

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

    TargetColumn

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

    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