menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MobileTabPropertiesBuilder

    Specifies the MobileTab PropertiesBuilder

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    MobileTabPropertiesBuilder
    Implements
    IPropertiesBuilder
    System.Web.IHtmlString
    Inherited Members
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileTabPropertiesBuilder : PropertiesBase, IPropertiesBuilder, IHtmlString

    Constructors

    MobileTabPropertiesBuilder(Tab)

    Initializes a new instance of the MobileTabPropertiesBuilder class.

    Declaration
    public MobileTabPropertiesBuilder(Tab mTab)
    Parameters
    Type Name Description
    Tab mTab

    The m tab.

    Methods

    AjaxSettings(Action<jQueryAjaxOptionsBuilder>)

    Section for ajaxSettings specific functionalities.

    Declaration
    public MobileTabPropertiesBuilder AjaxSettings(Action<jQueryAjaxOptionsBuilder> ajaxOptions)
    Parameters
    Type Name Description
    System.Action<jQueryAjaxOptionsBuilder> ajaxOptions

    The ajax options.

    Returns
    Type Description
    MobileTabPropertiesBuilder

    AllowSwiping(Boolean)

    Specifies whether need to content swipe or not

    Declaration
    public MobileTabPropertiesBuilder AllowSwiping(bool allowSwiping)
    Parameters
    Type Name Description
    System.Boolean allowSwiping

    The allowSwiping.

    Returns
    Type Description
    MobileTabPropertiesBuilder

    Badge(Action<MobileTabBadgeBuilder>)

    Section for badge specific functionalities.

    Declaration
    public MobileTabPropertiesBuilder Badge(Action<MobileTabBadgeBuilder> badgemodel)
    Parameters
    Type Name Description
    System.Action<MobileTabBadgeBuilder> badgemodel
    Returns
    Type Description
    MobileTabPropertiesBuilder

    ClientSideEvents(Action<MobileTabClientSideEventsBuilder>)

    Clients the side events.

    Declaration
    public MobileTabPropertiesBuilder ClientSideEvents(Action<MobileTabClientSideEventsBuilder> clientSideEvents)
    Parameters
    Type Name Description
    System.Action<MobileTabClientSideEventsBuilder> clientSideEvents

    The client side events.

    Returns
    Type Description
    MobileTabPropertiesBuilder

    ContentId(String)

    Specifies contentId for content load.

    Declaration
    public MobileTabPropertiesBuilder ContentId(string contentId)
    Parameters
    Type Name Description
    System.String contentId

    The contentId.

    Returns
    Type Description
    MobileTabPropertiesBuilder

    CssClass(String)

    Specifies custom theme for the control.

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

    The cssClass.

    Returns
    Type Description
    MobileTabPropertiesBuilder

    EnableAjax(Boolean)

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

    Declaration
    public MobileTabPropertiesBuilder EnableAjax(bool loadAjaxContent)
    Parameters
    Type Name Description
    System.Boolean loadAjaxContent
    Returns
    Type Description
    MobileTabPropertiesBuilder

    EnableCache(Boolean)

    Specifies whether to enable Caching or not.

    Declaration
    public MobileTabPropertiesBuilder EnableCache(bool enableCache)
    Parameters
    Type Name Description
    System.Boolean enableCache

    if set to true [enable cache].

    Returns
    Type Description
    MobileTabPropertiesBuilder

    EnablePersistence(Boolean)

    Saves current model value to browser cookies for state maintains. While refreshing the page retains the model value applies from browser cookies.

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

    if set to true [enable persistence].

    Returns
    Type Description
    MobileTabPropertiesBuilder

    EnableRippleEffect(Boolean)

    Provides animation ripple effect to the control

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

    if set to true [enable ripple effect].

    Returns
    Type Description
    MobileTabPropertiesBuilder

    Items(Action<MobileTabBaseItemAdder>)

    Specifies the Items for tab item.

    Declaration
    public MobileTabPropertiesBuilder Items(Action<MobileTabBaseItemAdder> tabItem)
    Parameters
    Type Name Description
    System.Action<MobileTabBaseItemAdder> tabItem

    The tab item.

    Returns
    Type Description
    MobileTabPropertiesBuilder

    ItemStyle(MobileTabItemStyle)

    Specifies the Item Index which is selected.

    Declaration
    public MobileTabPropertiesBuilder ItemStyle(MobileTabItemStyle itemStyle)
    Parameters
    Type Name Description
    MobileTabItemStyle itemStyle
    Returns
    Type Description
    MobileTabPropertiesBuilder

    Position(MobileTabPosition)

    Specifies the Item Index which is selected.

    Declaration
    public MobileTabPropertiesBuilder Position(MobileTabPosition position)
    Parameters
    Type Name Description
    MobileTabPosition position
    Returns
    Type Description
    MobileTabPropertiesBuilder

    PrefetchAjaxContent(Boolean)

    Specifies whether need to prefetch the ajax content or not

    Declaration
    public MobileTabPropertiesBuilder PrefetchAjaxContent(bool prefetchAjaxContent)
    Parameters
    Type Name Description
    System.Boolean prefetchAjaxContent

    The prefetchAjaxContent.

    Returns
    Type Description
    MobileTabPropertiesBuilder

    Render()

    Declaration
    public void Render()

    RenderMode(RenderMode)

    Specifies the rendering mode for tab.

    Declaration
    public MobileTabPropertiesBuilder RenderMode(RenderMode renderMode)
    Parameters
    Type Name Description
    RenderMode renderMode

    The render mode.

    Returns
    Type Description
    MobileTabPropertiesBuilder

    SelectedItemIndex(Int32)

    Specifies the Item Index which is selected.

    Declaration
    public MobileTabPropertiesBuilder SelectedItemIndex(int selectedItemIndex)
    Parameters
    Type Name Description
    System.Int32 selectedItemIndex

    Index of the selected item.

    Returns
    Type Description
    MobileTabPropertiesBuilder

    ShowAjaxPopup(Boolean)

    Specifies whether show waiting popup in Ajax content loading or not.

    Declaration
    public MobileTabPropertiesBuilder ShowAjaxPopup(bool showAjaxPopup)
    Parameters
    Type Name Description
    System.Boolean showAjaxPopup

    if set to true [Show Ajax Popup].

    Returns
    Type Description
    MobileTabPropertiesBuilder

    ToHtmlString()

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

    Implements

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