Skip to content

Commit 05f0754

Browse files
977013 - Kanban UG Cards.md notes added
1 parent 78a7b9f commit 05f0754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MAUI/Kanban-Board/Cards.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The default elements of a card can be customized using the below properties of [
2121

2222
N> The image URL can be set in two ways: using an assembly reference or a local assembly. Ensure that the image is stored in the `Resources/Images` folder for assembly references.
2323

24+
N> When using a custom model, the default card UI is not applied. You must define a custom `DataTemplate` via the the [`CardTemplate`](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Kanban.SfKanban.html#Syncfusion_Maui_Kanban_SfKanban_CardTemplate) property to render the card content.
25+
2426
{% highlight C# %}
2527

2628
new KanbanModel()

0 commit comments

Comments
 (0)