SPPageStateControl.RibbonTrimmer property
Gets or sets the values used to correctly trim the ribbon.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Property RibbonTrimmer As RibbonTrimmer
Get
Set
'Usage
Dim value As RibbonTrimmer
value = Me.RibbonTrimmer
Me.RibbonTrimmer = value
protected RibbonTrimmer RibbonTrimmer { get; set; }
Property value
Type: Microsoft.SharePoint.WebControls.RibbonTrimmer
The RibbonTrimmer used to trim the controls of the contextual ribbon.