WebPartGalleryItemBase.RibbonCommand Property
A string that contains the Server ribbon command ID for the control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property RibbonCommand As String
Get
'Usage
Dim instance As WebPartGalleryItemBase
Dim value As String
value = instance.RibbonCommand
public override string RibbonCommand { get; }
Property Value
Type: System.String
a null reference (Nothing in Visual Basic) in all cases.