menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class RotatorItem

    Inheritance
    System.Object
    RotatorItem
    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.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class RotatorItem

    Constructors

    RotatorItem()

    Declaration
    public RotatorItem()

    Properties

    Caption

    gets or sets caption for the image.

    Declaration
    public string Caption { get; set; }
    Property Value
    Type Description
    System.String

    ContentSection

    Rotator Content.

    Declaration
    public HtmlGenericControl ContentSection { get; set; }
    Property Value
    Type Description
    System.Web.UI.HtmlControls.HtmlGenericControl

    Items

    Collection of items.

    Declaration
    public List<RotatorItem> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<RotatorItem>

    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

    gets or sets Url for the image.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeRotatorBaseItem()

    Declaration
    public bool ShouldSerializeRotatorBaseItem()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved