alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class KanbanDragStartEventArgs

    This class provides card information for the DragStart event.

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

    Constructors

    KanbanDragStartEventArgs()

    Initializes a new instance of the KanbanDragStartEventArgs class.

    Declaration
    public KanbanDragStartEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the drag start operation should be canceled.

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

    KeepCard

    Gets or sets a value indicating whether the original card should remain in the source column during a drag operation.

    Declaration
    public bool KeepCard { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    When set to true, the card remains in its original column even after being dragged and dropped into a different column. This allows repeated drag-and-drop actions on the same card without moving it from the source column.

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