menu

WinUI

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

    Show / Hide Table of Contents

    Class KanbanCardTappedEventArgs

    Provides data for the tapped event of a Kanban card in the SfKanban control.

    Inheritance
    System.Object
    KanbanCardTappedEventArgs
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.Kanban.WinUI.dll
    Syntax
    public class KanbanCardTappedEventArgs : EventArgs

    Constructors

    KanbanCardTappedEventArgs()

    Declaration
    public KanbanCardTappedEventArgs()

    Properties

    SelectedCard

    Gets the instance of the card that was tapped.

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

    SelectedCardIndex

    Gets the index position of the tapped card within its column.

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

    SelectedColumn

    Gets the instance of the column containing the tapped card.

    Declaration
    public KanbanColumn SelectedColumn { get; }
    Property Value
    Type
    KanbanColumn
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved