Share via


SPGridView.DisplayGroupFieldName property

Gets or sets a value that indicates whether the group field name should be displayed.

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

Syntax

'Declaration
Public Property DisplayGroupFieldName As Boolean
    Get
    Set
'Usage
Dim instance As SPGridView
Dim value As Boolean

value = instance.DisplayGroupFieldName

instance.DisplayGroupFieldName = value
public bool DisplayGroupFieldName { get; set; }

Property value

Type: System.Boolean
true if the group field name is displayed; otherwise, false.

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace