I have a public string collection property on the object that is bound to the data carousel. I have retemplated the carousel for my item and this property is not part of it, yet, I get the breadcrumb navigation indicator (the white triangle). My property needs to be public, but I don't want it navigated.
It will be great if you can help me turn it off! Thanks!
Hello,
As this a collection type property, a new FieldLayout will be created - that is why the breadcrumb is created - to navigate between different field layouts. The easiest way to remove that is to set the IsNestedDataDisplayEnabled property to false or to remove the extra unwanted field layout. You could also create a style for the breadcrumb and hide it by setting the Visibility property to Collapsed.