menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class KanbanDragStartEventArgs

    Provides the card information for the DragStart event.

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

    Constructors

    KanbanDragStartEventArgs()

    Declaration
    public KanbanDragStartEventArgs()

    Properties

    Cancel

    Gets or sets whether to continue the drag event.

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

    The cancel.

    KeepItem

    Gets or sets whether to keep the orginal card in the source column. The card will be removed from the source column only after the drag ended on other column.

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

    The keep item.

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