Table of Contents

Class RadioButtonTable

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class RadioButtonTable : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor
Inheritance
RadioButtonTable
Implements
Inherited Members

Constructors

RadioButtonTable()

public RadioButtonTable()

Properties

AutoPostBack

public bool AutoPostBack { get; set; }

Property Value

bool

DisableColumnHeadingWrap

public bool DisableColumnHeadingWrap { get; set; }

Property Value

bool

Rows

public List<ListItemArray> Rows { get; set; }

Property Value

List<ListItemArray>

Titles

public List<string> Titles { get; set; }

Property Value

List<string>

Methods

AddRow(string, ListItemArray)

public void AddRow(string title, ListItemArray row)

Parameters

title string
row ListItemArray

DataBind()

public override void DataBind()

RenderChildren(HtmlTextWriter)

protected override void RenderChildren(HtmlTextWriter output)

Parameters

output HtmlTextWriter

Events

CheckedChanged

public event EventHandler CheckedChanged

Event Type

EventHandler