Class MobileCheckBoxPropertiesBuilder
Inheritance
System.Object
MobileCheckBoxPropertiesBuilder
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
Syntax
public class MobileCheckBoxPropertiesBuilder : IPropertiesBuilder, IHtmlString
Constructors
MobileCheckBoxPropertiesBuilder(CheckBox, HtmlHelper)
Declaration
public MobileCheckBoxPropertiesBuilder(CheckBox mCheckBox, HtmlHelper htmlHelper)
Parameters
Type |
Name |
Description |
CheckBox |
mCheckBox |
|
System.Web.Mvc.HtmlHelper |
htmlHelper |
|
MobileCheckBoxPropertiesBuilder(CheckBox, HtmlHelper, IDictionary<String, Object>)
Declaration
public MobileCheckBoxPropertiesBuilder(CheckBox mCheckBox, HtmlHelper htmlHelper, IDictionary<string, object> htmlAttributes)
Parameters
Type |
Name |
Description |
CheckBox |
mCheckBox |
|
System.Web.Mvc.HtmlHelper |
htmlHelper |
|
System.Collections.Generic.IDictionary<System.String, System.Object> |
htmlAttributes |
|
Methods
Checked(Boolean)
Declaration
public MobileCheckBoxPropertiesBuilder Checked(bool check)
Parameters
Type |
Name |
Description |
System.Boolean |
check |
|
Returns
ClientSideEvents(Action<MobileCheckBoxClientSideEventsBuilder>)
Declaration
public MobileCheckBoxPropertiesBuilder ClientSideEvents(Action<MobileCheckBoxClientSideEventsBuilder> clientSideEvents)
Parameters
Returns
CssClass(String)
Declaration
public MobileCheckBoxPropertiesBuilder CssClass(string cssClass)
Parameters
Type |
Name |
Description |
System.String |
cssClass |
|
Returns
Enabled(Boolean)
Declaration
public MobileCheckBoxPropertiesBuilder Enabled(bool enabled)
Parameters
Type |
Name |
Description |
System.Boolean |
enabled |
|
Returns
EnablePersistence(Boolean)
Declaration
public MobileCheckBoxPropertiesBuilder EnablePersistence(bool enablePersistence)
Parameters
Type |
Name |
Description |
System.Boolean |
enablePersistence |
|
Returns
EnableRippleEffect(Boolean)
Declaration
public MobileCheckBoxPropertiesBuilder EnableRippleEffect(bool enableRippleEffect)
Parameters
Type |
Name |
Description |
System.Boolean |
enableRippleEffect |
|
Returns
Render()
Declaration
RenderMode(RenderMode)
Declaration
public MobileCheckBoxPropertiesBuilder RenderMode(RenderMode renderMode)
Parameters
Returns
ToHtmlString()
Declaration
public string ToHtmlString()
Returns
Type |
Description |
System.String |
|
Implements
System.Web.IHtmlString