ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileCheckBoxPropertiesBuilder - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MobileCheckBoxPropertiesBuilder

    Inheritance
    System.Object
    MobileCheckBoxPropertiesBuilder
    Implements
    IPropertiesBuilder
    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()
    Namespace: Syncfusion.JavaScript.Mobile
    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
    Type Description
    MobileCheckBoxPropertiesBuilder

    ClientSideEvents(Action<MobileCheckBoxClientSideEventsBuilder>)

    Declaration
    public MobileCheckBoxPropertiesBuilder ClientSideEvents(Action<MobileCheckBoxClientSideEventsBuilder> clientSideEvents)
    Parameters
    Type Name Description
    System.Action<MobileCheckBoxClientSideEventsBuilder> clientSideEvents
    Returns
    Type Description
    MobileCheckBoxPropertiesBuilder

    CssClass(String)

    Declaration
    public MobileCheckBoxPropertiesBuilder CssClass(string cssClass)
    Parameters
    Type Name Description
    System.String cssClass
    Returns
    Type Description
    MobileCheckBoxPropertiesBuilder

    Enabled(Boolean)

    Declaration
    public MobileCheckBoxPropertiesBuilder Enabled(bool enabled)
    Parameters
    Type Name Description
    System.Boolean enabled
    Returns
    Type Description
    MobileCheckBoxPropertiesBuilder

    EnablePersistence(Boolean)

    Declaration
    public MobileCheckBoxPropertiesBuilder EnablePersistence(bool enablePersistence)
    Parameters
    Type Name Description
    System.Boolean enablePersistence
    Returns
    Type Description
    MobileCheckBoxPropertiesBuilder

    EnableRippleEffect(Boolean)

    Declaration
    public MobileCheckBoxPropertiesBuilder EnableRippleEffect(bool enableRippleEffect)
    Parameters
    Type Name Description
    System.Boolean enableRippleEffect
    Returns
    Type Description
    MobileCheckBoxPropertiesBuilder

    Render()

    Declaration
    public void Render()

    RenderMode(RenderMode)

    Declaration
    public MobileCheckBoxPropertiesBuilder RenderMode(RenderMode renderMode)
    Parameters
    Type Name Description
    RenderMode renderMode
    Returns
    Type Description
    MobileCheckBoxPropertiesBuilder

    ToHtmlString()

    Declaration
    public string ToHtmlString()
    Returns
    Type Description
    System.String

    Implements

    IPropertiesBuilder
    System.Web.IHtmlString
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved