menu

MAUI

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

    Show / Hide Table of Contents

    Class KanbanDragEnterEventArgs

    This class provides card information for the DragEnter event.

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

    Constructors

    KanbanDragEnterEventArgs()

    Initializes a new instance of the KanbanDragEnterEventArgs class.

    Declaration
    public KanbanDragEnterEventArgs()

    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

    IsAboveMaximumLimit

    Gets a value that indicates whether the number of cards in the column exceeds the maximum allowed limit.

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

    TargetColumn

    Gets the target column onto which the card is 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