Class RadioButton
Inheritance
System.Object
RadioButton
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.MVC.dll
public class RadioButton : Control, IHtmlString
Constructors
Declaration
public RadioButton(string id, MobileRadioButtonProperties propModel, object value, HtmlHelper htmlHelper)
Parameters
Declaration
public RadioButton(string id, MobileRadioButtonProperties propModel, object value, HtmlHelper htmlHelper, IDictionary<string, object> htmlAttributes)
Parameters
Type |
Name |
Description |
System.String |
id |
|
MobileRadioButtonProperties |
propModel |
|
System.Object |
value |
|
System.Web.Mvc.HtmlHelper |
htmlHelper |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
htmlAttributes |
|
Properties
Declaration
public MobileRadioButtonProperties MobileRadioButtonModel { get; set; }
Property Value
Declaration
protected override object Model { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
Declaration
public override string PluginName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
public override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
Overrides
Declaration
public override HtmlString CreateUnObtrusiveContainer(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
Overrides
Declaration
public override void RenderControl(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Overrides
Implements
System.Web.IHtmlString