[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputRadioButton.-ctor

RenderInputRadioButton Constructor

RenderInputRadioButton()

Initializes a new instance of the RenderInputRadioButton class.

Declaration
public RenderInputRadioButton()
Public Sub New()

RenderInputRadioButton(string)

Initializes a new instance of the RenderInputRadioButton class, assigning the Text property.

Declaration
public RenderInputRadioButton(string text)
Public Sub New(text As String)
Parameters
Type Name Description
string text

A string to assign to the Text property.

RenderInputRadioButton(string, string)

Initializes a new instance of the RenderInputRadioButton class, assigning the Name and Text properties.

Declaration
public RenderInputRadioButton(string name, string text)
Public Sub New(name As String, text As String)
Parameters
Type Name Description
string name

A string to assign to the Name property.

string text

A string to assign to the Text property.

RenderInputRadioButton(string, string, int)

Initializes a new instance of the RenderInputRadioButton class, assigning the Name, Text and GroupIndex properties.

Declaration
public RenderInputRadioButton(string name, string text, int groupIndex)
Public Sub New(name As String, text As String, groupIndex As Integer)
Parameters
Type Name Description
string name

A string to assign to the Name property.

string text

A string to assign to the Text property.

int groupIndex

A value to assign to the GroupIndex property.

RenderInputRadioButton(string, int)

Initializes a new instance of the RenderInputRadioButton class, assigning the Text and GroupIndex properties.

Declaration
public RenderInputRadioButton(string text, int groupIndex)
Public Sub New(text As String, groupIndex As Integer)
Parameters
Type Name Description
string text

A string to assign to the Text property.

int groupIndex

A value to assign to the GroupIndex property.