I want to remove "DataRecord" word from CarouselBreadcrumbControl. How can I do ? I attached to below, an image for clear explanation. Could you help please ?
Settings its Visibility property to Collapsed will hide the BreadCrumb navigator
<Style TargetType="{x:Type igDP:CarouselBreadcrumbControl}"><Setter Property="Visibility" Value="Collapsed"/></Style>
Hope this helps.
Dear Alex,
I dont want to hide th BreadCrumb navigator. I want to remove just "DataRecord 0" word from breadCrumb navigator. What can I do ?