Share via


SPGridView.GroupDescriptionField property

Specifies the description for the group header

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

Syntax

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

value = instance.GroupDescriptionField

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

Property value

Type: System.String

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace