DataFormWebPart.ViewFlag property

Gets or sets the view flag of the original list view object.

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

Syntax

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

value = instance.ViewFlag

instance.ViewFlag = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string ViewFlag { get; set; }

Property value

Type: System.String

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace