Hi
Özgür,
#Regading
get the properties of the cards in the column in order in sfKanban
Your
requirement can be achieved by using the CardDragEnd event in SfKanban. Inside
the event, you can get the details of cards in column. Please refer to the following
code snippet for you reference.
Code
snippet
|
private void
SfKanban_CardDragEnd(object sender, Syncfusion.UI.Xaml.Kanban.KanbanDragEndEventArgs e)
{
//// Get the column cards details
var cards = e.TargetColumn.Cards;
}
|
Please
refer to the tested sample in the following locations.
Sample:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/SfKanbanWPF-1888359255
Please
let us know if you have any concerns.
Regards,
SaiGanesh Sakthivel