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)

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