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)
Available in Sandboxed Solutions: No
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.