Class KanbanCardItem
Provides the visual of a Card.
Inheritance
System.Object
KanbanCardItem
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.UWP.dll
Syntax
public class KanbanCardItem : ContentControl
Constructors
KanbanCardItem()
Initializes a new instance of the KanbanCardItem class.
Declaration
public KanbanCardItem()
KanbanCardItem(KanbanColumn)
Initializes a new instance of the KanbanCardItem class.
Declaration
public KanbanCardItem(KanbanColumn column)
Parameters
Type | Name | Description |
---|---|---|
KanbanColumn | column | Parent column of this card item. |
Methods
OnDoubleTapped(DoubleTappedRoutedEventArgs)
Called when pointer double tapped in KanbanCardItem.
Declaration
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs | e | The double tapped routed event arguments. |
OnPointerPressed(PointerRoutedEventArgs)
Called when pointer pressed in KanbanCardItem.
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer routed event args |
OnTapped(TappedRoutedEventArgs)
Called when pointer tapped in KanbanCardItem.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.TappedRoutedEventArgs | e | The tapped routed event arguments. |