Class Rotator
The Rotator provides each slide that contain images which includes tag name, plugin name, and model properties.
Inheritance
System.Object
Rotator
Implements
System.Web.IHtmlString
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class Rotator : Control, IHtmlString
Constructors
Rotator()
Declaration
Rotator(String, RotatorProperties)
Declaration
public Rotator(string id, RotatorProperties propModel)
Parameters
Properties
Model
Declaration
protected override object Model { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
PluginName
Declaration
public override string PluginName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
RotatorModel
gets or sets RotatorModel.
Declaration
public RotatorProperties RotatorModel { get; set; }
Property Value
TagName
Declaration
public override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
CreateContainer(String)
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
Overrides
CreateUnObtrusiveContainer(String)
Declaration
public override HtmlString CreateUnObtrusiveContainer(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
Overrides
RenderControl(HtmlTag)
Declaration
protected HtmlTag RenderControl(HtmlTag tag)
Parameters
Returns
RenderControl(String)
Declaration
public override void RenderControl(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Overrides
RenderPaneContent(RotatorBaseItem, HtmlTag)
Declaration
protected HtmlTag RenderPaneContent(RotatorBaseItem pane, HtmlTag PaneDiv)
Parameters
Returns
Implements
System.Web.IHtmlString