Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
Popup
Assembly: Syncfusion.EJ2.dll
public class Popup : EJTagHelper
Constructors
Declaration
Properties
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
Declaration
protected override string ClassName { get; }
Property Value
Overrides
Syncfusion.EJ2.EJTagHelper.ClassName
Declaration
public string Close { get; set; }
Property Value
Specifies the collision handler settings of the component.
Declaration
public object Collision { get; set; }
Property Value
Specifies the content of the popup element, it can be string or HTMLElement.
Declaration
public string Content { get; set; }
Property Value
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
specifies the rtl direction state of the popup element.
Declaration
public bool EnableRtl { get; set; }
Property Value
Specifies the height of the popup element.
Declaration
public string Height { get; set; }
Property Value
specifies the animation that should happen when popup closes.
Declaration
public object HideAnimation { get; set; }
Property Value
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
public string Locale { get; set; }
Property Value
Declaration
protected override string NameSpace { get; }
Property Value
Overrides
Syncfusion.EJ2.EJTagHelper.NameSpace
specifies the popup element offset-x value, respective to the relative element.
Declaration
public double OffsetX { get; set; }
Property Value
specifies the popup element offset-y value, respective to the relative element.
Declaration
public double OffsetY { get; set; }
Property Value
Declaration
public string Open { get; set; }
Property Value
Specifies the popup element position, respective to the relative element.
Declaration
public object Position { get; set; }
Property Value
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
specifies the animation that should happen when popup open.
Declaration
public object ShowAnimation { get; set; }
Property Value
Declaration
protected override string TagName { get; }
Property Value
Overrides
Syncfusion.EJ2.EJTagHelper.TagName
Declaration
public string TargetExitViewport { get; set; }
Property Value
Specifies the relative element type of the component.
Declaration
public TargetType TargetType { get; set; }
Property Value
Specifies the collision detectable container element of the component.
Declaration
public object ViewPortElement { get; set; }
Property Value
Specifies the height of the popup element.
Declaration
public string Width { get; set; }
Property Value
specifies the z-index value of the popup element.
Declaration
public double ZIndex { get; set; }
Property Value