menu

UWP

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

    Show / Hide Table of Contents

    Class KanbanDragEnterEventArgs

    Provides the card information for the Drag​Enter event.

    Inheritance
    System.Object
    KanbanDragEventArgs
    KanbanDragEnterEventArgs
    Inherited Members
    KanbanDragEventArgs.SelectedCard
    KanbanDragEventArgs.SelectedCardIndex
    KanbanDragEventArgs.SelectedColumn
    KanbanDragEventArgs.SelectedColumnIndex
    KanbanDragEventArgs.SelectedRowIndex
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.UWP.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
    KanbanColumn

    CurrentColumnIndex

    Gets the current index of the card's column.

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

    CurrentIndex

    Gets the target index of card.

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

    CurrentRowIndex

    Gets the current index of the card's row.

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

    IsCancel

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

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved