Share via


DataFormWebPart.ShowToolbarWithRibbon property

Gets or sets a value that indicates whether the toolbar needs to be shown in addition to the ribbon.

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

Syntax

[BrowsableAttribute(true)]
[ResourcesAttribute("ShowToolbarWithRibbon", "", "ShowToolbarWithRibbon")]
[WebPartStorageAttribute(Storage.Shared)]
public bool ShowToolbarWithRibbon { get; set; }

Property value

Type: System.Boolean
true if the toolbar needs to be shown in addition to the ribbon; otherwise, false. The default value is false.

Remarks

If the UIVersion() is less than or equal to 3, this property will always be false.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace