Share via


SPCalendarView.Controls property

Any control which is using Templates have to have this property public for Event handlers

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

Syntax

'Declaration
Public Overrides ReadOnly Property Controls As ControlCollection
    Get
'Usage
Dim instance As SPCalendarView
Dim value As ControlCollection

value = instance.Controls
public override ControlCollection Controls { get; }

Property value

Type: System.Web.UI.ControlCollection

See also

Reference

SPCalendarView class

SPCalendarView members

Microsoft.SharePoint.WebControls namespace