ComponentOne RichTextBox for UWP
MarkerTemplate Property

C1.Xaml.RichTextBox.Documents Namespace > C1List Class : MarkerTemplate Property
Gets or sets a Windows.UI.Xaml.DataTemplate used to draw the markers in the C1List. If this property is set, MarkerStyle and MarkerImage are ignored.
Syntax
'Declaration
 
Public Property MarkerTemplate As Windows.UI.Xaml.DataTemplate
public Windows.UI.Xaml.DataTemplate MarkerTemplate {get; set;}
Remarks
When the Windows.UI.Xaml.DataTemplate is instanced, the DataContext is set to an object of type C1ListMarkerTemplateContext. This can be used in bindings inside the DataTemplate to access the index and style properties of the list item.
See Also

Reference

C1List Class
C1List Members