Method | Description | |
---|---|---|
Create ( string label, string name, bool enabled ) : |
Create a horizontal System.Web.UI.WebControls.RadioButtonList and add it into Adf.Web.UI.BasePanelItem. Items of a list are displayed horizontally in rows from left to right, then top to bottom, until all items are rendered.
|
|
Create ( string label, string name, bool enabled, RepeatDirection direction ) : |
Create a horizontal or vertical System.Web.UI.WebControls.RadioButtonList and add it into Adf.Web.UI.BasePanelItem.
|
|
RadioButtonListItem ( System.Web.UI.WebControls.Label label, |
Initializes a new instance of the Adf.Web.UI.RadioButtonListItem class with the specified label and radio button list.
|
public static Create ( string label, string name, bool enabled ) : |
||
label | string | The display text of the radio button list within |
name | string | Set the identification of |
enabled | bool | A value indicating whether the |
return |
public static Create ( string label, string name, bool enabled, RepeatDirection direction ) : |
||
label | string | The display text of the radio button list within |
name | string | Set the identification of |
enabled | bool | A value indicating whether the |
direction | RepeatDirection | Specifies the direction in which items of a list control are displayed. |
return |
public RadioButtonListItem ( System.Web.UI.WebControls.Label label, |
||
label | System.Web.UI.WebControls.Label | The |
list | The |
|
return | System.Web.UI.WebControls |