Class MobileTabPropertiesBuilder
Specifies the MobileTab PropertiesBuilder
Inheritance
System.Object
MobileTabPropertiesBuilder
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.dll
Syntax
public class MobileTabPropertiesBuilder : PropertiesBase, IPropertiesBuilder, IHtmlString
Constructors
MobileTabPropertiesBuilder(Tab)
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
Returns
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
Badge(Action<MobileTabBadgeBuilder>)
Section for badge specific functionalities.
Declaration
public MobileTabPropertiesBuilder Badge(Action<MobileTabBadgeBuilder> badgemodel)
Parameters
Returns
ClientSideEvents(Action<MobileTabClientSideEventsBuilder>)
Declaration
public MobileTabPropertiesBuilder ClientSideEvents(Action<MobileTabClientSideEventsBuilder> clientSideEvents)
Parameters
Returns
ContentId(String)
Specifies contentId for content load.
Declaration
public MobileTabPropertiesBuilder ContentId(string contentId)
Parameters
Type |
Name |
Description |
System.String |
contentId |
The contentId.
|
Returns
CssClass(String)
Specifies custom theme for the control.
Declaration
public MobileTabPropertiesBuilder CssClass(string cssClass)
Parameters
Type |
Name |
Description |
System.String |
cssClass |
The cssClass.
|
Returns
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
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
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
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
Items(Action<MobileTabBaseItemAdder>)
Specifies the Items for tab item.
Declaration
public MobileTabPropertiesBuilder Items(Action<MobileTabBaseItemAdder> tabItem)
Parameters
Returns
ItemStyle(MobileTabItemStyle)
Specifies the Item Index which is selected.
Declaration
public MobileTabPropertiesBuilder ItemStyle(MobileTabItemStyle itemStyle)
Parameters
Returns
Position(MobileTabPosition)
Specifies the Item Index which is selected.
Declaration
public MobileTabPropertiesBuilder Position(MobileTabPosition position)
Parameters
Returns
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
Render()
Declaration
RenderMode(RenderMode)
Specifies the rendering mode for tab.
Declaration
public MobileTabPropertiesBuilder RenderMode(RenderMode renderMode)
Parameters
Type |
Name |
Description |
RenderMode |
renderMode |
The render mode.
|
Returns
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
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
ToHtmlString()
Declaration
public string ToHtmlString()
Returns
Type |
Description |
System.String |
|
Implements
System.Web.IHtmlString