menu

WPF

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

    Show / Hide Table of Contents

    Class KanbanDragStartEventArgs

    Provides the card information for the Drag​Start event.

    Inheritance
    System.Object
    System.EventArgs
    KanbanDragEventArgs
    KanbanDragStartEventArgs
    Inherited Members
    KanbanDragEventArgs.SelectedCard
    KanbanDragEventArgs.SelectedCardIndex
    KanbanDragEventArgs.SelectedColumn
    KanbanDragEventArgs.SelectedColumnIndex
    KanbanDragEventArgs.SelectedRowIndex
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.WPF.dll
    Syntax
    public class KanbanDragStartEventArgs : KanbanDragEventArgs

    Constructors

    KanbanDragStartEventArgs()

    Declaration
    public KanbanDragStartEventArgs()

    Properties

    IsCancel

    Gets or sets a value indicating whether to continue the drag event.

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

    KeepCard

    Gets or sets a value indicating whether to keep the original 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 KeepCard { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved