alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class TimelineRenderedEventArgs

    Represents event arguments for Timeline rendered event.

    Inheritance
    object
    TimelineRenderedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Layouts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TimelineRenderedEventArgs

    Constructors

    TimelineRenderedEventArgs()

    Declaration
    public TimelineRenderedEventArgs()

    Properties

    Index

    Gets the item data associated with the rendered timeline item.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    int

    An SfTimeline to the current item element that is being rendered.

    Item

    Gets the index of the rendered current item.

    Declaration
    public TimelineItem Item { get; set; }
    Property Value
    Type Description
    TimelineItem

    It represents the index of the rendered item.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved