DataFormWebPart.Toolbar Property
Gets or sets the toolbar for the DataFormWebPart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property Toolbar As String
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As String
value = instance.Toolbar
instance.Toolbar = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public string Toolbar { get; set; }
Property Value
Type: System.String
A string that contains the Collaborative Application Markup Language (CAML) definition for the toolbar.