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 |