menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanDragEnterEventArgs - Xamarin.Forms 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.XForms
    Assembly: Syncfusion.SfKanban.XForms.dll
    Syntax
    public class KanbanDragEnterEventArgs : KanbanDragEventArgs

    Constructors

    KanbanDragEnterEventArgs()

    Initializes a new instance of the KanbanDragEnterEventArgs class.

    Declaration
    public KanbanDragEnterEventArgs()

    KanbanDragEnterEventArgs(KanbanColumn, KanbanColumn, Int32, Int32, Object, Boolean, Boolean)

    Initializes a new instance of the KanbanDragEnterEventArgs class.

    Declaration
    public KanbanDragEnterEventArgs(KanbanColumn sourceColumn, KanbanColumn targetColumn, int sourceIndex, int targetIndex, object data, bool isAboveMaximumLimit, bool cancel)
    Parameters
    Type Name Description
    KanbanColumn sourceColumn

    sourceColumn.

    KanbanColumn targetColumn

    targetColumn.

    System.Int32 sourceIndex

    sourceIndex.

    System.Int32 targetIndex

    targetIndex.

    System.Object data

    data.

    System.Boolean isAboveMaximumLimit

    isAboveMaximumLimit.

    System.Boolean cancel

    cancel.

    Properties

    Cancel

    Gets or sets a value indicating whether to end the dragging.

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

    Returns bool value.

    IsAboveMaximumLimit

    Gets a value indicating whether the number of items 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

    Gets the target column.

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

    KanbanColumn.

    TargetIndex

    Gets the target index of card.

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