DataViewWebPart.DataFields Property
Gets or sets persisted fields in the RowPath of the top-most DVT template.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property DataFields As String
Get
Set
'Usage
Dim instance As DataViewWebPart
Dim value As String
value = instance.DataFields
instance.DataFields = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string DataFields { get; set; }
Property Value
Type: System.String
String that contains persisted fields in the RowPath.