menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanDragEnterEventArgs - API Reference

    Show / Hide Table of Contents

    Class KanbanDragEnterEventArgs

    Provides the card information for the Drag​Enter event.

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

    Constructors

    KanbanDragEnterEventArgs()

    Declaration
    public KanbanDragEnterEventArgs()

    Properties

    CurrentColumn

    Gets the target column.

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

    CurrentColumnIndex

    Gets the current index of the card's column.

    Declaration
    public int CurrentColumnIndex { get; }
    Property Value
    Type Description
    System.Int32

    CurrentIndex

    Gets the target index of card.

    Declaration
    public int CurrentIndex { get; }
    Property Value
    Type Description
    System.Int32

    CurrentRowIndex

    Gets the current index of the card's row.

    Declaration
    public int CurrentRowIndex { get; }
    Property Value
    Type Description
    System.Int32

    IsCancel

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

    Declaration
    public bool IsCancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved