Class WaitingPopupCreator
Represents the WaitingPopupCreator class
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.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class WaitingPopupCreator : Control, IHtmlString
Constructors
WaitingPopupCreator()
Initializes the new instance of WaitingPopupCreator class
Declaration
public WaitingPopupCreator()
WaitingPopupCreator(WaitingPopup)
Initializes the new instance of WaitingPopupCreator class
Declaration
public WaitingPopupCreator(WaitingPopup waitingPopup)
Parameters
Type | Name | Description |
---|---|---|
WaitingPopup | waitingPopup | Accepts the instance of WaitingPopup |
Properties
Model
Render this instance
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the plugin name of the WaitingPopup as 'ejWaitingPopup'.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
Gets the tag name of the WaitingPopup element as 'div'.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Create the container
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
Implements
System.Web.IHtmlString