Share via


SPGridView.GroupDisplayTextField property

Specifies the name of the field whose value will be used as the display text on the group.

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

Syntax

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

value = instance.GroupDisplayTextField

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

Property value

Type: System.String

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace