SPCalendarTabs.SelectedViewTab property

Gets or sets the SelectedViewTab property.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<BindableAttribute(True)> _
Public Property SelectedViewTab As String
    Get
    Set
'Usage
Dim instance As SPCalendarTabs
Dim value As String

value = instance.SelectedViewTab

instance.SelectedViewTab = value
[BindableAttribute(true)]
public string SelectedViewTab { get; set; }

Property value

Type: System.String

See also

Reference

SPCalendarTabs class

SPCalendarTabs members

Microsoft.SharePoint.WebControls namespace