Class TimelineItem
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TimelineItem
Namespace: Syncfusion.EJ2.Layouts
Assembly: Syncfusion.EJ2.dll
Syntax
public class TimelineItem : EJTagHelper
Constructors
TimelineItem()
Declaration
public TimelineItem()
Properties
Content
Defines the text content or template for the Timeline item. The current itemIndex passed as context to build the content.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
CssClass
Defines the CSS class to customize the Timeline item appearance.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Disabled
Defines whether to enable or disable the timeline item.
Declaration
public bool Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
DotCss
Defines one or more CSS classes to include an icon or image in the Timeline item.
Declaration
public string DotCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
OppositeContent
Defines the additional text content or template to be displayed opposite side of the item. The current itemIndex passed as context to build the content.
Declaration
public string OppositeContent { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |