Panel.GroupingText Property
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: virtual property String^ GroupingText { String^ get (); void set (String^ value); }
/** @property */ public String get_GroupingText () /** @property */ public void set_GroupingText (String value)
public function get GroupingText () : String public function set GroupingText (value : String)
Property Value
The caption text for the child controls contained in the panel control. The default is an empty string ("").Use the GroupingText property to display a frame and caption for the group of controls that is contained in the Panel control.
The GroupingText value of a Panel control is rendered using the FIELDSET and LEGEND elements, which were introduced in the HTML 4.0 specification. If the client browser uses HTML 3.2, the GroupingText value is not rendered. Refer to your client browser documentation for details on how the FIELDSET and LEGEND elements are displayed.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.
| Topic | Location |
|---|---|
| How to: Add Panel Web Server Controls to a Web Forms Page | Building ASP .NET Web Applications |
| How to: Add Panel Web Server Controls to a Web Forms Page | Building ASP .NET Web Applications |
| Walkthrough: Creating an Accessible Web Application | Building ASP .NET Web Applications in Visual Studio |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
Panel ClassPanel Members
System.Web.UI.WebControls Namespace