In your documentation section:
https://blazor.syncfusion.com/documentation/listbox/dual-listbox/
The code example for the dual-listbox has Scope pointing to the element id. But in the Demo section:
https://blazor.syncfusion.com/demos/listbox/dual-listbox?theme=bootstrap4
The code is showing the Scope pointing to a class field of type SfListbox<>
Which is the correct way?
Thank you