menu

MAUI

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

    Show / Hide Table of Contents

    Class KanbanDragLeaveEventArgs

    This class provides card information for the DragLeave event.

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

    Constructors

    KanbanDragLeaveEventArgs()

    Initializes a new instance of the KanbanDragLeaveEventArgs class.

    Declaration
    public KanbanDragLeaveEventArgs()

    Properties

    IsBelowMinimumLimit

    Gets a value indicating whether the number of cards in the column is below the minimum allowed limit.

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

    TargetColumn

    Gets the target column from which the user drags the card.

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