menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class RotatorPropertiesBase

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RotatorPropertiesBase
    MobileRotatorProperties
    Inherited Members
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class RotatorPropertiesBase : PropertiesBase

    Constructors

    RotatorPropertiesBase()

    Initializes a new instance of the RotatorPropertiesBuilder class.

    Declaration
    public RotatorPropertiesBase()

    Properties

    DataSource

    Specifies the dataSource for items.

    Declaration
    [JsonConverter(typeof(DataManagerConverter))]
    [JsonProperty("dataSource")]
    [HtmlAttributeName("datasource")]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    The data source.

    EnablePersistence

    Current model value to browser cookies for state maintains. While refresh the Rotator control page retains the model value apply from browser cookies.

    Declaration
    [JsonProperty("enablePersistence")]
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable persistence]; otherwise, false.

    ShowPager

    Specifies whether to show the Pager on initialization.

    Declaration
    [JsonProperty("showPager")]
    public bool ShowPager { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [show pager]; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved