WinForms DataLayout Overview

The RadDataLayout control provides means for displaying data in a highly customizable layout by automatically creating the items and editors and further allowing easy creating of complex layouts at design-time as well as at run-time.

Telerik UI for WinForms Ninja image

The DataLayout is part of Telerik UI for WinForms, a professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Figure 1: RadDataLayout.

WinForms RadDataLayout Overview

RadDataLayout generates different editors depending on the type of the properties coming from the data bound object.

  • RadTextBox: Works with string properties

  • RadCheckBox: Handles boolean values

  • RadDateTimePicker: Responsible for dates

  • RadDropDownList: Displays enum values

  • RadColorBox: Handles color

  • PictureBox: Edits images

Telerik UI for WinForms Learning Resources

Telerik UI for WinForms Additional Resources

See Also

In this article