Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenTimelineItem

    RadzenTimeline item.

    Inheritance
    object
    ComponentBase
    RadzenComponent
    RadzenTimelineItem
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(MouseEventArgs)
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, int)
    RadzenComponent.OnInitialized()
    RadzenComponent.SetParametersAsync(ParameterView)
    RadzenComponent.OnAfterRenderAsync(bool)
    RadzenComponent.RaiseContextMenu(MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.Dispose()
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.Reference
    RadzenComponent.CurrentStyle
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenTimelineItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
    Examples
    <RadzenTimelineItem PointStyle="PointStyle.Primary">
        <LabelContent>
            NOV 2022
        </LabelContent>
        <ChildContent>
            Celebrating the official release of Radzen Blazor Studio.
        </ChildContent>
    </RadzenTimelineItem>

    Constructors

    RadzenTimelineItem()

    RadzenTimeline item.

    Declaration
    public RadzenTimelineItem()
    Examples
    <RadzenTimelineItem PointStyle="PointStyle.Primary">
        <LabelContent>
            NOV 2022
        </LabelContent>
        <ChildContent>
            Celebrating the official release of Radzen Blazor Studio.
        </ChildContent>
    </RadzenTimelineItem>

    Properties

    ChildContent

    Gets or sets the child content.

    Declaration
    [Parameter]
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    RenderFragment

    Label

    Gets or sets the label.

    Declaration
    [Parameter]
    public string Label { get; set; }
    Property Value
    Type Description
    string

    LabelContent

    Gets or sets the label content.

    Declaration
    [Parameter]
    public RenderFragment LabelContent { get; set; }
    Property Value
    Type Description
    RenderFragment

    PointContent

    Gets or sets the content inside a point on the timeline.

    Declaration
    [Parameter]
    public RenderFragment PointContent { get; set; }
    Property Value
    Type Description
    RenderFragment

    PointShadow

    Specifies the Shadow level from 0 (no shadow) to 10. Set to 1 by default.

    Declaration
    [Parameter]
    public int PointShadow { get; set; }
    Property Value
    Type Description
    int

    PointSize

    Specifies the Point size from ExtraSmall to Large. Set to PointSize.Medium by default.

    Declaration
    [Parameter]
    public PointSize PointSize { get; set; }
    Property Value
    Type Description
    PointSize

    PointStyle

    Gets or sets the Point style. Set to PointStyle.Base by default.

    Declaration
    [Parameter]
    public PointStyle PointStyle { get; set; }
    Property Value
    Type Description
    PointStyle

    PointVariant

    Specifies if the Point variant is filled, flat, outlined or text only. Set to Variant.Filled by default.

    Declaration
    [Parameter]
    public Variant PointVariant { get; set; }
    Property Value
    Type Description
    Variant

    Text

    Gets or sets the text.

    Declaration
    [Parameter]
    public string Text { get; set; }
    Property Value
    Type Description
    string

    Methods

    BuildRenderTree(RenderTreeBuilder)

    RadzenTimeline item.

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    GetComponentCssClass()

    Gets the component CSS class.

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    string
    Overrides
    RadzenComponent.GetComponentCssClass()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT