DataFormWebPart.ViewFlags property
Gets or sets the type of content to be displayed by the DataFormWebPart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property ViewFlags As SPViewFlags
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As SPViewFlags
value = instance.ViewFlags
instance.ViewFlags = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public SPViewFlags ViewFlags { get; set; }
Property value
Type: Microsoft.SharePoint.SPViewFlags
A bitwise combination of the enumeration values.