[]
        
(Showing Draft Content)

C1.Win.Editor.Ribbon.ListMarkerItem.Marker

Marker Property

Marker

Gets or sets the list marker.

Declaration
public string Marker { get; set; }
Remarks

Use quarters '' with a symbol or hexadecimal representation of the marker and use the html name of the marker without quotes.

Examples

item1.Marker = "disc"; item2.Marker = "'*'"; item3.Marker = "'\1F44D'";