Class RadzenTimeline
RadzenTimeline component is a graphical representation used to display a chronological sequence of events or data points.
Implements
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenTimeline : RadzenComponent, IDisposable
Examples
<RadzenTimeline>
<Items>
<RadzenTimelineItem>
<ChildContent>
Checkpoint 1
</ChildContent>
</RadzenTimelineItem>
<RadzenTimelineItem>
<ChildContent>
Checkpoint 2
</ChildContent>
</RadzenTimelineItem>
</Items>
</RadzenTimeline>
Properties
AlignItems
Specifies the alignment of LabelContent, PointContent and ChildContent inside TimelineItems. Set to AlignItems.Center
by default.
Declaration
public AlignItems AlignItems { get; set; }
Property Value
Type | Description |
---|---|
AlignItems |
Items
Gets or sets the items.
Declaration
public RenderFragment Items { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | The items. |
LinePosition
Specifies the line position. Set to LinePosition.Center
by default.
Declaration
public LinePosition LinePosition { get; set; }
Property Value
Type | Description |
---|---|
LinePosition |
Orientation
Specifies the orientation - whether items flow in horizontal or vertical direction. Set to Orientation.Vertical
by default.
Declaration
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
Orientation |
Reverse
Specifies if the LinePosition is reversed.
Declaration
public bool Reverse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |