Class TabAnimationSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TabAnimationSettings
Namespace: Syncfusion.EJ2.Navigations
Assembly: Syncfusion.EJ2.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 |