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

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