--- title: Display position: 5 seo_title: Telerik and Kendo UI Display Utilities seo_description: Use the Telerik and Kendo UI Display utilities to specify the display type of an element. --- ## Display The Telerik and Kendo UI Display Utilities are CSS utility classes that enable you to specify the display type of an element. ### Inline Use the `k-d-inline` utility to display multiple elements on a single row. ### Block Use the `k-d-block` utility to display each element on a new row. ### Flex Use the `k-d-flex` utility to display the elements in a flex container. ### None Use the `k-d-none` utility to prevent elements from being displayed. ### Breakpoints The responsive Display utility classes let you specify the display type of an element. Each class is composed of a base name, followed by a breakpoint identifier (`xs`, `sm`, `md`, `lg`, `xl`, or `xxl`), and then a value or modifier.