ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WaitingPopup - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WaitingPopup

    Represents the WaitingPopup UI element.

    Inheritance
    System.Object
    CommonControl
    WaitingPopup
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonControl.OnInit(EventArgs)
    CommonControl.OnLoad(EventArgs)
    CommonControl.UpdateServerModel(Dictionary<String, Object>)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class WaitingPopup : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    WaitingPopup()

    Declaration
    public WaitingPopup()

    Properties

    AppendTo

    Waitingpopup element append to given container element.

    Declaration
    public string AppendTo { get; set; }
    Property Value
    Type Description
    System.String

    The appendTo.

    ClientSideOnCreate

    Occurs after Create waitingpopup successfully.

    Declaration
    public string ClientSideOnCreate { get; set; }
    Property Value
    Type Description
    System.String

    The client side on create.

    ClientSideOnDestroy

    Occurs after Destroy waitingpopup successfully.

    Declaration
    public string ClientSideOnDestroy { get; set; }
    Property Value
    Type Description
    System.String

    The client side on destroy.

    CssClass

    Gets or sets the root class for the WaitingPopup control theme.

    Declaration
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    The css class.

    Model

    Gets or sets the WaitingPopup properties to the model

    Declaration
    [JsonIgnore]
    public WaitingPopupProperties Model { get; set; }
    Property Value
    Type Description
    WaitingPopupProperties

    ShowImage

    Gets or sets the show image.

    Declaration
    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
    public bool ShowOnInit { get; set; }
    Property Value
    Type Description
    System.Boolean

    The show on init.

    Target

    Gets or sets the target.

    Declaration
    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
    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
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    Methods

    DependentScripts()

    Represents the dependent scripts for WaitingPopup control.

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    This method returns the list of dependent script files which is of type string

    GetDependentFiles()

    Render this instance

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonControl.GetDependentFiles()

    LoadViewState(Object)

    Restores view-state information from a previous page request.

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state
    Overrides
    CommonControl.LoadViewState(Object)

    OnPreRender(EventArgs)

    Modifying server controls before sending them to the client.

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    Render()

    Render this instance

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonControl.Render(HtmlTextWriter)

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved