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

Help bar

RadPropertyGrid offers a help bar which reads and displays the name and content of the property Description attribute. The help bar can be enabled by setting the HelpVisible property to true:

Figure 1: RadPropertyGrid Description Area

WinForms RadPropertyGrid Description Area

Enabling the Help Bar

radPropertyGrid1.HelpVisible = true;

RadPropertyGrid1.HelpVisible = True

By double clicking over the size grip above the help section, the help section is being collapsed or expanded. Additionally, by using the size grip, the end user can resize the help section.

See Also

In this article