Class TabTabActionSettings
Inheritance
System.Object
TabTabActionSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class TabTabActionSettings : EJTagHelper
Constructors
TabTabActionSettings()
Declaration
public TabTabActionSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Duration
Specifies the time duration to transform content.
Declaration
public double Duration { get; set; }
Property Value
Type |
Description |
System.Double |
|
Easing
Specifies easing effect applied while transforming content.
Declaration
public string Easing { get; set; }
Property Value
Type |
Description |
System.String |
|
Effect
Specifies the animation effect for displaying Tab content.
Declaration
public string Effect { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides