Class RotatorBaseItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class RotatorBaseItem : EJTagHelper
Constructors
RotatorBaseItem()
Initializes a new instance of the AccordionBaseItem class.
Declaration
public RotatorBaseItem()
Properties
Caption
specify a caption for the Rotator Item.
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentTemplate
Gets or sets the content template.
Declaration
public MvcTemplate<RotatorBaseItem> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<RotatorBaseItem> |
LinkAttribute
gets or sets LinkAttribute.
Declaration
public string LinkAttribute { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetAttribute
gets or sets TargetAttribute.
Declaration
public string TargetAttribute { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Specifies the URL for an image.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |