Share via


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

See Also

Reference

SPCalendarBase Class

SPCalendarBase Members

Microsoft.SharePoint.WebControls Namespace