BoundField.HeaderText Property

Definition

Gets or sets the text that is displayed in the header of a data control.

public:
 virtual property System::String ^ HeaderText { System::String ^ get(); void set(System::String ^ value); };
public override string HeaderText { get; set; }
member this.HeaderText : string with get, set
Public Overrides Property HeaderText As String

Property Value

The text displayed in the header of a data control. The default value is an empty string ("").

Remarks

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.

Applies to

See also