Class TimelineRenderedEventArgs
Represents event arguments for Timeline rendered event.
Inheritance
System.Object
TimelineRenderedEventArgs
Namespace: Syncfusion.Blazor.Layouts
Assembly: Syncfusion.Blazor.dll
Syntax
public class TimelineRenderedEventArgs : Object
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 |
---|---|
System.Int32 | 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. |