menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Popup - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Popup

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    Popup
    Namespace: Syncfusion.EJ2.Popups
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Popup : EJTagHelper

    Constructors

    Popup()

    Declaration
    public Popup()

    Properties

    ActionOnScroll

    specifies the action that should happen when scroll the target-parent container. This property should define either reposition or hide. when set reposition to this property, the popup position will refresh when scroll any parent container. when set hide to this property, the popup will be closed when scroll any parent container.

    Declaration
    public ActionOnScrollType ActionOnScroll { get; set; }
    Property Value
    Type
    ActionOnScrollType

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type
    System.String
    Overrides
    Syncfusion.EJ2.EJTagHelper.ClassName

    Close

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

    Collision

    Specifies the collision handler settings of the component.

    Declaration
    public object Collision { get; set; }
    Property Value
    Type
    System.Object

    Content

    Specifies the content of the popup element, it can be string or HTMLElement.

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

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    public bool EnablePersistence { get; set; }
    Property Value
    Type
    System.Boolean

    EnableRtl

    specifies the rtl direction state of the popup element.

    Declaration
    public bool EnableRtl { get; set; }
    Property Value
    Type
    System.Boolean

    Height

    Specifies the height of the popup element.

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

    HideAnimation

    specifies the animation that should happen when popup closes.

    Declaration
    public object HideAnimation { get; set; }
    Property Value
    Type
    System.Object

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

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

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type
    System.String
    Overrides
    Syncfusion.EJ2.EJTagHelper.NameSpace

    OffsetX

    specifies the popup element offset-x value, respective to the relative element.

    Declaration
    public double OffsetX { get; set; }
    Property Value
    Type
    System.Double

    OffsetY

    specifies the popup element offset-y value, respective to the relative element.

    Declaration
    public double OffsetY { get; set; }
    Property Value
    Type
    System.Double

    Open

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

    Position

    Specifies the popup element position, respective to the relative element.

    Declaration
    public object Position { get; set; }
    Property Value
    Type
    System.Object

    RelateTo

    Specifies the relative container element of the popup element.Based on the relative element, popup element will be positioned.

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

    ShowAnimation

    specifies the animation that should happen when popup open.

    Declaration
    public object ShowAnimation { get; set; }
    Property Value
    Type
    System.Object

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type
    System.String
    Overrides
    Syncfusion.EJ2.EJTagHelper.TagName

    TargetExitViewport

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

    TargetType

    Specifies the relative element type of the component.

    Declaration
    public TargetType TargetType { get; set; }
    Property Value
    Type
    TargetType

    ViewPortElement

    Specifies the collision detectable container element of the component.

    Declaration
    public object ViewPortElement { get; set; }
    Property Value
    Type
    System.Object

    Width

    Specifies the height of the popup element.

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

    ZIndex

    specifies the z-index value of the popup element.

    Declaration
    public double ZIndex { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved