Share via


RadioButtonWithChildren.Template_ChildControl property

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

Syntax

'Declaration
<TemplateInstanceAttribute(TemplateInstance.Single)> _
<TemplateContainerAttribute(GetType(UserControl))> _
Public Property Template_ChildControl As ITemplate
    Get
    Set
'Usage
Dim instance As RadioButtonWithChildren
Dim value As ITemplate

value = instance.Template_ChildControl

instance.Template_ChildControl = value
[TemplateInstanceAttribute(TemplateInstance.Single)]
[TemplateContainerAttribute(typeof(UserControl))]
public ITemplate Template_ChildControl { get; set; }

Property value

Type: System.Web.UI.ITemplate

See also

Reference

RadioButtonWithChildren class

RadioButtonWithChildren members

Microsoft.SharePoint.WebControls namespace