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.

See also

Reference

ToolBarMenuButton class

ToolBarMenuButton members

Microsoft.SharePoint.WebControls namespace