SPGridView.FilterFieldName property

Gets the name of the field that this gridview is currently filtered by or string.Empty is the filter is currently off.

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

Syntax

'Declaration
Public ReadOnly Property FilterFieldName As String
    Get
'Usage
Dim instance As SPGridView
Dim value As String

value = instance.FilterFieldName
public string FilterFieldName { get; }

Property value

Type: System.String

See also

Reference

SPGridView class

SPGridView members

Microsoft.SharePoint.WebControls namespace