Class AccordionAccordionAnimationSettings
Inheritance
System.Object
AccordionAccordionAnimationSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class AccordionAccordionAnimationSettings : EJTagHelper
Constructors
AccordionAccordionAnimationSettings()
Declaration
public AccordionAccordionAnimationSettings()
Properties
Collapse
Specifies the animation to appear while collapsing the Accordion item.
Declaration
public AccordionAccordionActionSettings Collapse { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Expand
Specifies the animation to appear while expanding the Accordion item.
Declaration
public AccordionAccordionActionSettings Expand { get; set; }
Property Value
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