Class MobileScrollpanel
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()
Namespace: Syncfusion.JavaScript.Mobile
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileScrollpanel : Control, IHtmlString
Constructors
MobileScrollpanel()
Declaration
public MobileScrollpanel()
MobileScrollpanel(String, MobileScrollpanelProperties)
Initializes a new instance of the MobileScrollpanel class.
Declaration
public MobileScrollpanel(string id, MobileScrollpanelProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |
MobileScrollpanelProperties | propModel | The property model. |
Properties
MobileScrollpanelModel
Gets or sets the mobile scrollpanel model.
Declaration
public MobileScrollpanelProperties MobileScrollpanelModel { get; set; }
Property Value
Type | Description |
---|---|
MobileScrollpanelProperties | The mobile scrollpanel model. |
Model
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the name of the plugin.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the plugin. |
Overrides
TagName
Gets the name of the tag.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the tag. |
Overrides
Methods
CreateContainer(String)
Creates the container.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | The control identifier. |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
CreateUnObtrusiveContainer(String)
Creates the un obtrusive container.
Declaration
public override HtmlString CreateUnObtrusiveContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | The control identifier. |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
RenderControl(String)
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Overrides
Implements
System.Web.IHtmlString