# Elements

Blazor Edition provides the DateTimePicker control, combination of a date picker and a time picker. Learn more about DateTimePicker and its elements in the Blazor documentation.

## Content



The DateRangePicker control is a simple control with a clean and interactive interface which looks similar to the following image:

![Showcasing DateRangePicker elements](https://cdn.mescius.io/document-site-files/images/f5b600ba-f1a7-4f89-a20c-aa6c0c35880d/images/daterangepicker-elements.png)

The **DateRangePicker** control consists of the following elements:

*   **Display Box**<br />The display box shows the selected date range. You can set the date range by entering numeric values or by selecting a date range from the pop-up calendar at runtime.
*   **Drop-Down Button**<br />The drop-down button opens a calendar from where you can select a date range to display in the display box.
*   **Pop-up Calendar**<br />The pop-up calendar displays one month calendar, by default, and allows you to select a date range to be displayed in the display box. It appears when you click the drop-down button.