Text Transform
The Telerik and Kendo UI Text Transform Utilities are CSS utility classes that enable you to control how to capitalize text in an element.
Utility Class | CSS Property |
---|---|
.k-text-capitalize | text-transform: capitalize; |
.k-text-lowercase | text-transform: lowercase; |
.k-text-uppercase | text-transform: uppercase; |
Use the k-text-{transform}
utility to specify if and how text in an element will be capitalized.