RadzenTimeline item.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenTimelineItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender<RadzenTimelineItem PointStyle="PointStyle.Primary">
<LabelContent>
NOV 2022
</LabelContent>
<ChildContent>
Celebrating the official release of Radzen Blazor Studio.
</ChildContent>
</RadzenTimelineItem>Gets or sets the child content.
public RenderFragment ChildContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the child content. |
Gets or sets the label.
public string Label { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the label. |
Gets or sets the label content.
public RenderFragment LabelContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the label content. |
Gets or sets the content inside a point on the timeline.
public RenderFragment PointContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the content inside a point on the timeline. |
Specifies the Shadow level from 0 (no shadow) to 10. Set to 1 by default.
public int PointShadow { get; set; }
| Type | Description |
|---|---|
| int | Specifies the Shadow level from 0 (no shadow) to 10. Set to 1 by default. |
Specifies the Point size from ExtraSmall to Large. Set to PointSize.Medium by default.
public PointSize PointSize { get; set; }
| Type | Description |
|---|---|
| PointSize | Specifies the Point size from ExtraSmall to Large. Set to PointSize.Medium by default. |
Gets or sets the Point style. Set to PointStyle.Base by default.
public PointStyle PointStyle { get; set; }
| Type | Description |
|---|---|
| PointStyle | Gets or sets the Point style. Set to PointStyle.Base by default. |
Specifies if the Point variant is filled, flat, outlined or text only. Set to Variant.Filled by default.
public Variant PointVariant { get; set; }
| Type | Description |
|---|---|
| Variant | Specifies if the Point variant is filled, flat, outlined or text only. Set to Variant.Filled by default. |
Gets or sets the text.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text. |