menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanCardItem - WPF 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.WPF.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
    System.Windows.Size availableSize

    The available size for measuring elements.

    Returns
    Type Description
    System.Windows.Size

    The actual size of the element.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved