[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputRadioButton.-ctor

RenderInputRadioButton Constructor

RenderInputRadioButton()

Initializes a new instance of the RenderInputRadioButton class.

Declaration
public RenderInputRadioButton()

RenderInputRadioButton(string)

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

Declaration
public RenderInputRadioButton(string text)
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)
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)
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)
Parameters
Type Name Description
string text

A string to assign to the Text property.

int groupIndex

A value to assign to the GroupIndex property.