Share via


RadioButtonWithChildren.Options property

Options that decide what to do with the child control when the button is not selected

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

Syntax

'Declaration
Public Property Options As RadioButtonChildOption
    Get
    Set
'Usage
Dim instance As RadioButtonWithChildren
Dim value As RadioButtonChildOption

value = instance.Options

instance.Options = value
public RadioButtonChildOption Options { get; set; }

Property value

Type: Microsoft.SharePoint.WebControls.RadioButtonChildOption

See also

Reference

RadioButtonWithChildren class

RadioButtonWithChildren members

Microsoft.SharePoint.WebControls namespace