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

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