ToolBarMenuButton.View property
Gets the view for the toolbar menu button.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property View As SPView
Get
'Usage
Dim instance As ToolBarMenuButton
Dim value As SPView
value = instance.View
public SPView View { get; }
Property value
Type: Microsoft.SharePoint.SPView
The view for the control.