Class CarouselItem
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    CarouselItem
  Namespace: Syncfusion.EJ2.Navigations
Assembly: Syncfusion.EJ2.dll
Syntax
public class CarouselItem : EJTagHelper
  Constructors
CarouselItem()
Declaration
public CarouselItem()
  Properties
CssClass
Accepts single/multiple classes (separated by a space) to be used for individual carousel item customization.
Declaration
public string CssClass { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
HtmlAttributes
Accepts HTML attributes/custom attributes to add in individual carousel item.
Declaration
public object HtmlAttributes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null  | 
      
Interval
Accepts the interval duration in milliseconds for individual carousel item transition.
Declaration
public double Interval { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is Double.NaN  | 
      
Template
Accepts the template for individual carousel item.
Declaration
public string Template { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  |