menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class KanbanDragLeaveEventArgs

    Provides the card information for the DragLeave event.

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

    Constructors

    KanbanDragLeaveEventArgs()

    Initializes a new instance of the KanbanDragLeaveEventArgs class.

    Declaration
    public KanbanDragLeaveEventArgs()

    KanbanDragLeaveEventArgs(KanbanColumn, Object, Int32, KanbanColumn, Boolean)

    Initializes a new instance of the KanbanDragLeaveEventArgs class.

    Declaration
    public KanbanDragLeaveEventArgs(KanbanColumn sourceColumn, object data, int sourceIndex, KanbanColumn targetColumn, bool isBelowMinimumLimit)
    Parameters
    Type Name Description
    KanbanColumn sourceColumn

    sourceColumn.

    System.Object data

    data.

    System.Int32 sourceIndex

    sourceIndex.

    KanbanColumn targetColumn

    targetColumn.

    System.Boolean isBelowMinimumLimit

    isBelowMinimumLimit.

    Properties

    IsBelowMinimumLimit

    Gets a value indicating whether the cards count in the column is less than the minimum allowed limit.

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

    TargetColumn

    Gets the target column out of which the user drags the card.

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

    KanbanColumn.

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