DataFormWebPart.ShowToolbarWithRibbon Property
SharePoint 2010
Gets or sets a value that indicates whether the toolbar needs to be shown in addition to the ribbon.
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.Booleantrue if the toolbar needs to be shown in addition to the ribbon; otherwise, false. The default value is false.
ShowToolbarWithRibbon always equal to false
ShowToolbarWithRibbon always equal to false although the SPWeb.UIVersion = 4, any idea what could be the problem
- 5/26/2012
- Ahmed Rabee
- 5/26/2012
- Ahmed Rabee