Share via


SPCalendarViewStyle.Sequence property

Gets the order of the calendar view style link as it is displayed above the calendar.

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

Syntax

'Declaration
Public ReadOnly Property Sequence As Integer
    Get
'Usage
Dim instance As SPCalendarViewStyle
Dim value As Integer

value = instance.Sequence
public int Sequence { get; }

Property value

Type: System.Int32
A 32-bit integer that indicates the sequence. The default values are 1 for day, 2 for week, and 3 for month.

See also

Reference

SPCalendarViewStyle class

SPCalendarViewStyle members

Microsoft.SharePoint namespace