TreeViewAnimationSettingsTagHelper
Example
Razor
<animation>
<collapse />
<expand />
</animation>
ChildTags
| Tag Name | Details |
|---|---|
| collapse | ItemsAnimationCollapseSettingsTagHelper |
| expand | ItemsAnimationExpandSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| collapse | ItemsAnimationCollapseSettingsTagHelper | Configures the collapse animation. |
| enabled | Boolean | Enables or disables the animation. |
| expand | ItemsAnimationExpandSettingsTagHelper | Configures the expand animation. |