menu

UWP

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

    Show / Hide Table of Contents

    Class KanbanDoubleTappedEventArgs

    Contains arguments relevant to double tapped event.

    Inheritance
    System.Object
    KanbanDoubleTappedEventArgs
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.UWP.dll
    Syntax
    public class KanbanDoubleTappedEventArgs : EventArgs

    Constructors

    KanbanDoubleTappedEventArgs()

    Declaration
    public KanbanDoubleTappedEventArgs()

    Properties

    SelectedCard

    Gets the selected card's instance.

    Declaration
    public KanbanCardItem SelectedCard { get; }
    Property Value
    Type
    KanbanCardItem

    SelectedCardIndex

    Gets a value that indicates the index of dragging card.

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

    SelectedColumn

    Gets the selected card's column instance.

    Declaration
    public KanbanColumn SelectedColumn { get; }
    Property Value
    Type
    KanbanColumn

    Extension Methods

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