DataFormWebPart.Default Property

Indicates whether the view is the default for the list.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property Default As String
    Get
    Set
'Usage
Dim instance As DataFormWebPart
Dim value As String

value = instance.Default

instance.Default = value
[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