mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-28 08:30:43 +08:00
1.2 KiB
1.2 KiB
Timeline
👚
Vertical display timeline.
- DefaultProperty:Items
- DefaultEvent:ItemClick
Property
| Name | Description | Type | Default Value |
|---|---|---|---|
| ForeColor | Text color | Color? |
null |
| FontDescription | Description font | Font? |
null |
| Gap | Gap | int? |
null |
| Items | Data TimelineItem[] |
TimelineItem[] | [] |
| PauseLayout | Pause Layout | bool | false |
Event
| Name | Description | Return Value | Parameters |
|---|---|---|---|
| ItemClick | Occurred when clicking on an item | void | MouseEventArgs e, TimelineItem value |
Data
TimelineItem
| Name | Description | Type | Default Value |
|---|---|---|---|
| Name | Name | string? |
null |
| Text | Text | string | Required |
| Icon | Icon | Image? |
null |
| IconSvg | Icon SVG | string? |
null |
| Visible | Is it displayed | bool | true |
| Description | Description | string? |
null |
| Type | Color Type | TTypeMini | Primary |
| Fill | Fill color | Color? |
null |
| Tag | User defined data | object? |
null |