SPGridViewRow.HeaderImageDescription Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HeaderImageDescription As String
Get
Set
'Usage
Dim instance As SPGridViewRow
Dim value As String
value = instance.HeaderImageDescription
instance.HeaderImageDescription = value
public string HeaderImageDescription { get; set; }
Property Value
Type: System.String