Skip to content

Commit 533d864

Browse files
964557 - Added hyper link for card template property.
1 parent a8d32ae commit 533d864

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wpf/Kanban-Board/Getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ public class TaskDetails
268268
public class ViewModel
269269
{
270270
public ObservableCollection<TaskDetails> Tasks { get; set; }
271-
272271
public ViewModel()
273272
{
274273
Tasks = new ObservableCollection<TaskDetails>();
@@ -309,7 +308,7 @@ You can also set [`AutoGenerateColumns`](https://help.syncfusion.com/cr/wpf/Syn
309308

310309
N>
311310
* When the columns are auto-generated, you can handle the ColumnsGenerated event to customize the columns.
312-
* When using a custom data model, the default card UI is not applicable. You must define a custom DataTemplate using the CardTemplate property to render the card content appropriately.
311+
* When using a custom data model, the default card UI is not applicable. You must define a custom `DataTemplate` using the [`CardTemplate`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Kanban.SfKanban.html#Syncfusion_UI_Xaml_Kanban_SfKanban_CardTemplate) property to render the card content appropriately.
313312

314313
## Theme
315314

0 commit comments

Comments
 (0)