WinForms DataLayout Overview

Updated over 6 months ago

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.

ninja-iconThe DataLayout component is part of Telerik UI for WinForms, a professional grade UI library with 160+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free 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