DataFormWebPart.Toolbar property

Gets or sets the toolbar for the DataFormWebPart.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property Toolbar As String
    Get
    Set
'Usage
Dim instance As DataFormWebPart
Dim value As String

value = instance.Toolbar

instance.Toolbar = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string Toolbar { get; set; }

Property value

Type: System.String
A string that contains the Collaborative Application Markup Language (CAML) definition for the toolbar.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace