Class AccordionAnimationSettings
A class used for configuring the Accordion animation properties.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
AccordionAnimationSettings
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccordionAnimationSettings : SfBaseComponent
Constructors
AccordionAnimationSettings()
Declaration
public AccordionAnimationSettings()
Properties
ChildContent
Child Content for the Accordion Animation Settings.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
Collapse
Declaration
public AccordionAnimationCollapse Collapse { get; set; }
Property Value
Type | Description |
---|---|
AccordionAnimationCollapse |
Expand
Declaration
public AccordionAnimationExpand Expand { get; set; }
Property Value
Type | Description |
---|---|
AccordionAnimationExpand |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()