Table of Contents

Class BaseRadio

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class BaseRadio : BaseToggle, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IPostBackDataHandler, IAttributeAccessor, IHasText, IHasToolTip, IMultilingualDisabled, ICheckBoxControl
Inheritance
BaseRadio
Implements
Derived
Inherited Members

Constructors

BaseRadio()

public BaseRadio()

Properties

AllowCheckedPostBack

public bool AllowCheckedPostBack { get; set; }

Property Value

bool

GroupName

public string GroupName { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string

Methods

GetPostBackScript()

protected override string GetPostBackScript()

Returns

string

IsChecked(string, NameValueCollection)

protected override bool IsChecked(string postDataKey, NameValueCollection postCollection)

Parameters

postDataKey string
postCollection NameValueCollection

Returns

bool

RenderBlock(HtmlTextWriter, string)

protected void RenderBlock(HtmlTextWriter writer, string cssClass)

Parameters

writer HtmlTextWriter
cssClass string

RenderInput(HtmlTextWriter, bool)

protected void RenderInput(HtmlTextWriter writer, bool isStandalone)

Parameters

writer HtmlTextWriter
isStandalone bool