Properties
Name | Type | Default | Description |
---|---|---|---|
Data | |||
ChildContent |
RenderFragment |
null | Collection of T |
Behavior | |||
DisableModifiers |
bool |
False | If true, disables all TimelineItem modifiers, like adding a caret to a MudCard. |
Reverse |
bool |
False | Reverse the order of TimelineItems when TimelinePosition is set to Alternate. |
SelectedIndex |
int |
-1 | Selected Item's index |
TimelineAlign |
TimelineAlign |
TimelineAlign.Default | Aligns the dot and any item modifiers is changed, in default mode they are centered to the item. |
TimelineOrientation |
TimelineOrientation |
TimelineOrientation.Vertical | Sets the orientation of the timeline and its timeline items. |
TimelinePosition |
TimelinePosition |
TimelinePosition.Alternate | The position the timeline itself and how the timeline items should be displayed. |
Common | |||
Class |
string |
null | User class names, separated by space. |
Style |
string |
null | User styles, applied on top of the component's own classes and styles. |
Tag |
object |
null | Use Tag to attach any user data object to the component for your convenience. |
UserAttributes |
Dictionary<string, object> |
UserAttributes carries all attributes you add to the component that don't match any of its parameters. They will be splatted onto the underlying HTML tag. | |
EventCallbacks
Name | Type | Description |
---|---|---|
SelectedIndexChanged |
EventCallback<int> |
Methods
Name | Parameters | Return | Description |
---|---|---|---|
AddItem(MudTimelineItem item) |
MudTimelineItem item |
||
MoveTo(int index) |
int index |
Move to Item at desired index | |
Next() |
Move to Next Item | ||
Previous() |
Move to Previous Item |