menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileButtonProperties

    Show / Hide Table of Contents

    Class MobileButtonProperties

    Class for MobileButtonProperties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    ButtonPropertiesBase
    MobileButtonProperties
    Implements
    IMobileBase
    Inherited Members
    ButtonPropertiesBase.Enabled
    ButtonPropertiesBase.ContentType
    ButtonPropertiesBase.ImagePosition
    ButtonPropertiesBase.EnablePersistence
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileButtonProperties : ButtonPropertiesBase, IMobileBase

    Constructors

    MobileButtonProperties()

    Initializes a new instance of the MobileButtonProperties class.

    Declaration
    public MobileButtonProperties()

    Properties

    ButtonContentType

    Changes the ContentType of the Button.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("contentType")]
    public ButtonContentType ButtonContentType { get; set; }
    Property Value
    Type Description
    ButtonContentType

    The Contenttype.

    ButtonImagePosition

    Changes the ImagePosition of the Button.

    Declaration
    [JsonProperty("imagePosition")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ButtonImagePosition ButtonImagePosition { get; set; }
    Property Value
    Type Description
    ButtonImagePosition

    The buttonImagePosition.

    ButtonStyle

    Changes the Style of the Button.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("style")]
    public ButtonStyle ButtonStyle { get; set; }
    Property Value
    Type Description
    ButtonStyle

    The Style.

    Color

    Declaration
    [JsonProperty("color")]
    public MobileButtonProperties.MobileButtonColorProperties Color { get; set; }
    Property Value
    Type Description
    MobileButtonProperties.MobileButtonColorProperties

    EnableRippleEffect

    Specifies the Button ripple effect.

    Declaration
    [JsonProperty("enableRippleEffect")]
    public bool EnableRippleEffect { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if enableRippleEffect; otherwise, false.

    Href

    Specifies the Button href.

    Declaration
    [JsonProperty("href")]
    public string Href { get; set; }
    Property Value
    Type Description
    System.String

    The href.

    ImageClass

    Specifies the Button imageClass.

    Declaration
    [JsonProperty("imageClass")]
    public string ImageClass { get; set; }
    Property Value
    Type Description
    System.String

    The image class.

    RenderMode

    Changes the rendering mode of the Button.

    Declaration
    [JsonProperty("renderMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public RenderMode RenderMode { get; set; }
    Property Value
    Type Description
    RenderMode

    The render mode.

    ShowBorder

    Specifies whether to show the button border.

    Declaration
    [JsonProperty("showBorder")]
    public bool ShowBorder { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [ShowBorder]; otherwise, false.

    Text

    Specifies the Button text.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    TouchEnd

    Fires when the touch point is removed from the Button control successfully.

    Declaration
    [JsonProperty("touchEnd")]
    public string TouchEnd { get; set; }
    Property Value
    Type Description
    System.String

    The touch end.

    TouchStart

    Fires when Button control is placed with touch point successfully.

    Declaration
    [JsonProperty("touchStart")]
    public string TouchStart { get; set; }
    Property Value
    Type Description
    System.String

    The touch start.

    Type

    Changes the Type of the Button.

    Declaration
    [JsonProperty("type")]
    [JsonConverter(typeof(StringEnumConverter))]
    public MobileButtonType Type { get; set; }
    Property Value
    Type Description
    MobileButtonType

    The Type.

    Implements

    IMobileBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved