System.Web.UI.WebControls.RadioButtonList: Property Members

The properties of System.Web.UI.WebControls.RadioButtonList are listed below. For a list of all members, see the RadioButtonList Members list.

See Also: Inherited members from System.Web.UI.WebControls.ListControl

Public Properties

CellPaddingint.

Gets or sets the distance (in pixels) between the border and the contents of the table cell.

CellSpacingint.

Gets or sets the distance (in pixels) between adjacent table cells.

RepeatColumnsint.

Gets or sets the number of columns to display in the System.Web.UI.WebControls.RadioButtonList control.

RepeatDirectionRepeatDirection.

Gets or sets the direction in which the radio buttons within the group are displayed.

RepeatLayoutRepeatLayout.

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.

TextAlignTextAlign.

Gets or sets the text alignment for the radio buttons within the group.

Protected Properties

[read-only]
HasFooterbool.

Gets a value indicating whether the System.Web.UI.WebControls.RadioButtonList control contains a footer section.

[read-only]
HasHeaderbool.

Gets a value indicating whether the System.Web.UI.WebControls.RadioButtonList control contains a heading section.

[read-only]
HasSeparatorsbool.

Gets a value indicating whether the System.Web.UI.WebControls.RadioButtonList control contains separators between items in the list.

[read-only]
RepeatedItemCountint.

Gets the number of list items in the System.Web.UI.WebControls.RadioButtonList control.