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)

Syntax

[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string DisplayName { get; set; }

Property value

Type: System.String

Remarks

Used for DataFormWebPart objects converted from ListViewWebPart objects.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace