List Style Type
The Telerik and Kendo UI List Style Type Utilities are CSS utility classes that enable you to control what marker will be used for list item elements.
Utility Class | CSS Property |
---|---|
.k-list-decimal | list-style-type: decimal; |
.k-list-none | list-style-type: none; |
.k-list-disc | list-style-type: disc; |
Disc
Use the k-list-disc
utility to apply a disc-type marker to the list items.
Decimal
Use the k-list-decimal
utility to apply decimal numbers as markers for the list items.
None
Use the k-list-none
utility to apply no markers to the list items.