Class TabAnimationSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TabAnimationSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Navigations
Assembly: Syncfusion.AspNetMvc.Navigations.dll
Syntax
public class TabAnimationSettings : EJTagHelper
Constructors
TabAnimationSettings()
Declaration
public TabAnimationSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Next
Specifies the animation to appear while moving to next Tab content.
Declaration
public TabActionSettings Next { get; set; }
Property Value
| Type | Description |
|---|---|
| TabActionSettings | The default value is null |
Previous
Specifies the animation to appear while moving to previous Tab content.
Declaration
public TabActionSettings Previous { get; set; }
Property Value
| Type | Description |
|---|---|
| TabActionSettings | The default value is null |