menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileTabBaseItem

    Class for the tab base item

    Inheritance
    System.Object
    MobileTabBaseItem
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileTabBaseItem

    Constructors

    MobileTabBaseItem()

    Declaration
    public MobileTabBaseItem()

    Properties

    BadgeModel

    Get or set the icon

    Declaration
    [JsonProperty("badge")]
    public MobileTabItemBadgeProperties BadgeModel { get; set; }
    Property Value
    Type Description
    MobileTabItemBadgeProperties

    The icon Properties.

    EnableAjax

    Specifies whether Ajax content will be used to load the tab contents.

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

    true if [enable ajax]; otherwise, false.

    Href

    Gets or sets the href.

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

    The href.

    HtmlAttributes

    Gets or sets the HTML attributes.

    Declaration
    public string HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.String

    The HTML attributes.

    Icon

    Gets or sets the icon.

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

    The icon.

    ImageClass

    Gets or sets the imageClass.

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

    The imageClass.

    Text

    Gets or sets the text.

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

    The text.

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