DataFormWebPart.DisplayName property
Keeps the display name of the original list view when converting a ListViewWebPart object to a.DataFormWebPart object.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property DisplayName As String
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string DisplayName { get; set; }
Type: System.String
Used for DataFormWebPart objects converted from ListViewWebPart objects.