Class TabTabAnimationSettings
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.EJ2.Navigations
Assembly: Syncfusion.EJ2.dll
Syntax
public class TabTabAnimationSettings : EJTagHelper
Constructors
TabTabAnimationSettings()
Declaration
public TabTabAnimationSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Next
Specifies the animation to appear while moving to next Tab content.
Declaration
[HtmlAttributeName("next")]
public TabTabActionSettings Next { get; set; }
Property Value
Type | Description |
---|---|
TabTabActionSettings | The default value is null |
Previous
Specifies the animation to appear while moving to previous Tab content.
Declaration
[HtmlAttributeName("previous")]
public TabTabActionSettings Previous { get; set; }
Property Value
Type | Description |
---|---|
TabTabActionSettings | The default value is null |