SPDataSource.RecurrenceRowset Property
Gets or sets a value that specifies whether to expand recurrent events for a calendar item.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RecurrenceRowset As Boolean
Get
Set
'Usage
Dim instance As SPDataSource
Dim value As Boolean
value = instance.RecurrenceRowset
instance.RecurrenceRowset = value
public bool RecurrenceRowset { get; set; }
Property Value
Type: System.Boolean
true to expand recurrence data; otherwise, false.
Remarks
This property corresponds to the ExpandRecurrence property of the SPQuery class.