Share via


DataFormWebPart.Default property

Indicates whether the view is the default for the list.

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

Syntax

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

Property value

Type: System.String
true if the view is the default for the list.

Remarks

Used for DataFormWebPart objects converted from ListViewWebPart objects.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace