menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class KanbanDragEnterEventArgs

    Provides the card information for the DragEnter event.

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

    Constructors

    KanbanDragEnterEventArgs()

    Declaration
    public KanbanDragEnterEventArgs()

    Properties

    Cancel

    Determines whether to end the dragging.

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

    The cancel.

    IsAboveMaximumLimit

    Gets or sets 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 Description
    System.Boolean

    The is above maximum limit.

    TargetColumn

    Get the target column

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

    The target column.

    TargetIndex

    Get the target index of card.

    Declaration
    public int TargetIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the target.

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