Class WaitingPopupProperties
Represents the WaitingPopup UI element.
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class WaitingPopupProperties : EJTagHelper
Constructors
WaitingPopupProperties()
Declaration
public WaitingPopupProperties()
Properties
AppendTo
Waitingpopup element append to given container element.
Declaration
[JsonProperty("appendTo")]
public string AppendTo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The appendTo. |
Create
Occurs after Create waitingpopup successfully.
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String | The create. |
CssClass
Gets or sets the root class for the WaitingPopup control theme.
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The css class. |
Destroy
Occurs after Destroy waitingpopup successfully.
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The destroy. |
HtmlAttributes
Gets or sets the HTML Attributes of the Tab.
Declaration
[JsonProperty("htmlAttributes")]
public IDictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> | The HTML attributes. |
ShowImage
Gets or sets the show image.
Declaration
[JsonProperty("showImage")]
public bool ShowImage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The show image. |
ShowOnInit
Gets or sets the visibility of the WaitingPopup control.
Declaration
[JsonProperty("showOnInit")]
public bool ShowOnInit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The show on init. |
Target
Gets or sets the target.
Declaration
[JsonProperty("target")]
public string Target { get; set; }
Property Value
Type | Description |
---|---|
System.String | The target. |
Template
Gets or sets to load HTML content inside the popup panel instead of the default icon.
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The template. |
Text
Gets or sets the custom text in the pop-up panel to notify the waiting process.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type | Description |
---|---|
System.Object |