menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabAnimationSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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

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