This documentation is archived and is not being maintained.
BoundField::HeaderText Property
Visual Studio 2010
Gets or sets the text that is displayed in the header of a data control.
Assembly: System.Web (in System.Web.dll)
public: virtual property String^ HeaderText { String^ get () override; void set (String^ value) override; }
Property Value
Type: System::StringThe text displayed in the header of a data control. The default value is an empty string ("").
Use the HeaderText property to identify a field in a data control with a friendly name. The most common application of the HeaderText property is to provide meaningful column names to data-bound fields in a GridView or DetailsView control.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: