This topic has not yet been rated - Rate this topic

DataFormWebPart.ShowToolbarWithRibbon Property

SharePoint 2010

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)
Available in Sandboxed Solutions: No
[ResourcesAttribute("ShowToolbarWithRibbon", "", "ShowToolbarWithRibbon")]
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(true)]
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.

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
ShowToolbarWithRibbon always equal to false
ShowToolbarWithRibbon always equal to false although the SPWeb.UIVersion = 4, any idea what could be the problem