Properties
Name | Type | Default | Description |
---|---|---|---|
Behavior | |||
Expanded |
bool |
False | Determines when to flip the expanded icon. |
Loading |
bool |
False | If true, displays the loading icon. |
Visible |
bool |
False | If true, displays the button. |
Appearance | |||
ExpandedIcon |
string |
The expand/collapse icon. | |
ExpandedIconColor |
Color |
Color.Default | The color of the expand/collapse. It supports the theme colors. |
LoadingIcon |
string |
The loading icon. | |
LoadingIconColor |
Color |
Color.Default | The color of the loading. It supports the theme colors. |
EventCallbacks
Name | Type | Description |
---|---|---|
ExpandedChanged |
EventCallback<bool> | Called whenever expanded changed. |