SPGridViewRow.HeaderText Property

Gets or sets the string value representing the header text.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property HeaderText As String
    Get
    Set
'Usage
Dim instance As SPGridViewRow
Dim value As String

value = instance.HeaderText

instance.HeaderText = value
public string HeaderText { get; set; }

Property Value

Type: System.String
A string that contains the header text.

See Also

Reference

SPGridViewRow Class

SPGridViewRow Members

Microsoft.SharePoint.WebControls Namespace