SPGridView.GroupFieldDisplayName property

Gets or sets the display name of field to group by.

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

Syntax

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

value = instance.GroupFieldDisplayName

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

Property value

Type: System.String

Remarks

If this property is null or empty, the GroupField name will be used.

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace