Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanDragLeaveEventArgs - Xamarin.iOS API Reference | Syncfusion DragLeave event. ">

    Show / Hide Table of Contents

    Class KanbanDragLeaveEventArgs

    Provides the card information for the DragLeave event.

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

    Constructors

    KanbanDragLeaveEventArgs()

    Declaration
    public KanbanDragLeaveEventArgs()

    Properties

    IsBelowMinimumLimit

    Gets or sets a value that indicates whether the number of cards in the column is less than the minimum allowed limit.

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

    The is below minimum limit.

    TargetColumn

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

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

    The target column.

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