SPGridView.GroupImageUrlField property

Specifies the path to the image shown alongside the group header

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property GroupImageUrlField As String
    Get
    Set
'Usage
Dim instance As SPGridView
Dim value As String

value = instance.GroupImageUrlField

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

Property value

Type: System.String

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace