menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RotatorBaseItem

    Show / Hide Table of Contents

    Class RotatorBaseItem

    Inheritance
    System.Object
    EJTagHelper
    RotatorBaseItem
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved