Share via


DataFormWebPart.ParameterValues property

Gets the name/value pair for the current DataFormWebPart object for rendering purposes.

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

Syntax

[BrowsableAttribute(false)]
public ParameterNameValueHashtable ParameterValues { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.ParameterNameValueHashtable

Remarks

The ParameterValues property is filled through parameter bindings markup. It can be set programmatically.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace