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. |