Class RotatorPropertiesBase
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
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
[JsonProperty("dataSource")]
[HtmlAttributeName("datasource")]
[JsonConverter(typeof(DataManagerConverter))]
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 |
|
ShowPager
Specifies whether to show the Pager on initialization.
Declaration
[JsonProperty("showPager")]
public bool ShowPager { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|