SPCalendarBase.ShowAllData Property
Gets or sets the Boolean value that represents the show all calendar data.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property ShowAllData As Boolean
Get
Set
'Usage
Dim instance As SPCalendarBase
Dim value As Boolean
value = instance.ShowAllData
instance.ShowAllData = value
[BindableAttribute(true)]
public bool ShowAllData { get; set; }
Property Value
Type: System.Boolean