Table of Contents

Class RadioButtonList

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
[ValidationProperty("SelectedItem")]
public class RadioButtonList : BaseToggleList<RadioButton>, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IEditableTextControl, ITextControl, IRepeatInfoUser, INamingContainer, IPostBackDataHandler
Inheritance
RadioButtonList
Implements
Derived
Inherited Members

Constructors

RadioButtonList()

public RadioButtonList()

Properties

DisableTranslation

public bool DisableTranslation { get; set; }

Property Value

bool

Methods

GetToggleToRepeat()

protected override RadioButton GetToggleToRepeat()

Returns

RadioButton

LoadPostData(string, string, int)

protected override int? LoadPostData(string key, string value, int selectedIndex)

Parameters

key string
value string
selectedIndex int

Returns

int?

SetupToggleToRepeat(RadioButton, ListItem, int)

protected override void SetupToggleToRepeat(RadioButton radio, ListItem item, int index)

Parameters

radio RadioButton
item ListItem
index int