Xamarin.iOS

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

    Show / Hide Table of Contents

    Class KanbanDragOverEventArgs

    Provides the card information for the DragOver event.

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

    Constructors

    KanbanDragOverEventArgs()

    Declaration
    public KanbanDragOverEventArgs()

    Properties

    Cancel

    Gets or sets a value that determines whether to show the item placeholder for the current target index.

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

    The cancel.

    TargetColumn

    Gets the target column upon which the card is being dragged.

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

    The target column.

    TargetIndex

    Gets the target index of the 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 - 2021 Syncfusion Inc. All Rights Reserved