The members of System.Web.UI.WebControls.RadioButtonList are listed below.
See Also: Inherited members from System.Web.UI.WebControls.ListControl
Initializes a new instance of the System.Web.UI.WebControls.RadioButtonList class. |
CellPadding | int.
Gets or sets the distance (in pixels) between the border and the contents of the table cell. | |
CellSpacing | int.
Gets or sets the distance (in pixels) between adjacent table cells. | |
RepeatColumns | int.
Gets or sets the number of columns to display in the System.Web.UI.WebControls.RadioButtonList control. | |
RepeatDirection | RepeatDirection.
Gets or sets the direction in which the radio buttons within the group are displayed. | |
RepeatLayout | RepeatLayout.
Gets or sets a value that specifies whether the list will be rendered by using a table element, a ul element, an ol element, or a span element. | |
TextAlign | TextAlign.
Gets or sets the text alignment for the radio buttons within the group. |
[read-only] | HasFooter | bool.
Gets a value indicating whether the System.Web.UI.WebControls.RadioButtonList control contains a footer section. |
[read-only] | HasHeader | bool.
Gets a value indicating whether the System.Web.UI.WebControls.RadioButtonList control contains a heading section. |
[read-only] | HasSeparators | bool.
Gets a value indicating whether the System.Web.UI.WebControls.RadioButtonList control contains separators between items in the list. |
[read-only] | RepeatedItemCount | int.
Gets the number of list items in the System.Web.UI.WebControls.RadioButtonList control. |
override | CreateControlStyle()
| |
override | FindControl(string, int)
| |
GetItemStyle(ListItemType, int)
| ||
LoadPostData(string, System.Collections.Specialized.NameValueCollection)
| ||
RaisePostDataChangedEvent()
| ||
override | Render(System.Web.UI.HtmlTextWriter)
| |
RenderItem(ListItemType, int, RepeatInfo, System.Web.UI.HtmlTextWriter)
|
System.Web.UI.WebControls.IRepeatInfoUser.GetItemStyle |
Retrieves the style of the specified item type at the specified index in the list control. | |
[read-only] | System.Web.UI.WebControls.IRepeatInfoUser.HasFooter | bool.
Gets a value that indicates whether the list control contains a footer section. |
[read-only] | System.Web.UI.WebControls.IRepeatInfoUser.HasHeader | bool.
Gets a value that indicates whether the list control contains a heading section. |
[read-only] | System.Web.UI.WebControls.IRepeatInfoUser.HasSeparators | bool.
Gets a value that indicates whether the list control contains a separator between items in the list. |
System.Web.UI.IPostBackDataHandler.LoadPostData |
Processes posted data for the System.Web.UI.WebControls.RadioButtonList control. | |
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent |
Raised when posted data for a control has changed. | |
System.Web.UI.WebControls.IRepeatInfoUser.RenderItem |
Renders an item in the list with the specified information. | |
[read-only] | System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount | int.
Gets the number of items in the list control. |