DataFormWebPart.FilterValues property

Gets the hash table that stores all the existing filter name/value pairs.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property FilterValues As ParameterNameValueHashtable
    Get
'Usage
Dim instance As DataFormWebPart
Dim value As ParameterNameValueHashtable

value = instance.FilterValues
[BrowsableAttribute(false)]
public ParameterNameValueHashtable FilterValues { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.ParameterNameValueHashtable

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace