$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
PropertyGrid WinForms Control
Easily process properties of data objects, automatically generate and display custom data in C#.
Home > WinForms UI Controls > User Manual > Help Bar of Property Grid in C#

PropertyGrid Help Bar in C#.NET

KetticPropertyGrid WinForms control allows the users to add help bar to the property grid in their applications. The help bar is able to read and display the name and content of the property Description attribute. To enable the help bar in PropertyGrid control, we must change the value of the HelpVisible to true. This article will discuss how to use the help bar in PropertyGrid control in Windows applications.

Enable Help Bar in C# for PropertyGrid Control

To enable the help bar in KetticPropertyGrid .NET component, we should set the value of the HelpVisible to true. The simple C# code snippet below demonstrates how to enable the help bar for PropertyGrid.

ketticPropertyGrid1.HelpVisible = true;

Resize Help Bar in PropertyGrid Control

When the users double click over the size grip, the help section will be collapsed or expanded. Furthermore, the end user can adjust the size of the help section using the size grip.
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls