menu

UWP

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

    Show / Hide Table of Contents

    Class KanbanCardItem

    Represents a card item in a Kanban board, providing properties and methods for customization and interaction.

    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

    The parent column of this card item.

    Methods

    MeasureOverride(Size)

    Measures the size of the control based on the available space.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize

    The available size for measuring elements.

    Returns
    Type Description
    Windows.Foundation.Size

    The actual size of the element.

    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)

    Handles the pointer press event on a KanbanCardItem.

    Declaration
    protected override void OnPointerPressed(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    The pointer routed event args.

    OnTapped(TappedRoutedEventArgs)

    Handles the pointer tap event on a KanbanCardItem.

    Declaration
    protected override void OnTapped(TappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.TappedRoutedEventArgs e

    The tapped routed event args.

    Extension Methods

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