New to Telerik UI for WinForms? Download free 30-day trial

Control Element Structure

RadDataEntry control inherits RadScrollablePanel control, so RadDataEntry has support for horizontal and vertical scrollbars. In RadDataEntry there is embedded Validation Panel that can be used to show some additional information according the validation requirements. The figure below demonstrates the structure of RadDataEntry.

Figure 1: RadDataEntry Structure

WinForms RadDataEntry Structure

RadDataEntry generates content item for each public property that can be edited. These items represent one RadPanel with hidden border and inside this panel, there are two labels and one editor.

Figure 2: RadDataEntry Item Layout

WinForms RadDataEntry Item Layout

The validation label does not have any text by default. It is designed to be used in cases where users want to show some additional information.

See Also

In this article