For IndicatorView control, the ItemsSourceBy property is not shown up by Intellisense

Also, XAML Hot Reload does not work with IndicatorView. When you change something in XAML, the IndicatorView is disappearing because probably XAML Hot Reload thinks that ItemsSourceBy property does not exist.
Intellisense should show ItemsSourceBy property for IndicatorView. And XAML Hot Reload should also work for this property.
Intellisense does not show ItemsSourceBy property for IndicatorView and XAML Hot Reload is not working with this property.
You have to use IndicatorView.ItemsSourceBy
@VladislavAntonyuk
Thanks, it works.
But the docs are showing something different.
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/carouselview/populate-data

So, how does it really work? I can't make it work in any way possible. Do you care to show how you bind the ItemsSourceBy to the CarouselView's name?
@nosmirck See this small gist, which works for me:
https://gist.github.com/sthewissen/890262e30bfa0a43c53204a988e6902a
We have moved this API, now you will use the CarouselView IndicatorView property to link both controls.
Work is here https://github.com/xamarin/Xamarin.Forms/pull/9332