London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PopupExtender

Inheritance
System.Object
PopupExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.PopupBehavior", "AjaxControlToolkit.PopupExtender.PopupBehavior.js")]
[RequiredScript(typeof(AnimationExtender))]
[RequiredScript(typeof(CommonToolkitScripts))]
public class PopupExtender : AnimationExtenderControlBase, IControlResolver

Constructors

PopupExtender()

Declaration
public PopupExtender()

Properties

OnHide

Declaration
[ClientPropertyName("onHide")]
[ExtenderControlProperty]
public Animation OnHide { get; set; }
Property Value
Type Description
Animation

OnShow

Declaration
[ExtenderControlProperty]
[ClientPropertyName("onShow")]
public Animation OnShow { get; set; }
Property Value
Type Description
Animation

ParentElementID

Declaration
[ExtenderControlProperty]
[RequiredProperty]
[ElementReference]
[ClientPropertyName("parentElement")]
public string ParentElementID { get; set; }
Property Value
Type Description
System.String

PositioningMode

Declaration
[ClientPropertyName("positioningMode")]
[ExtenderControlProperty]
public PositioningMode PositioningMode { get; set; }
Property Value
Type Description
PositioningMode

Reparent

Declaration
[ExtenderControlProperty]
[ClientPropertyName("reparent")]
public bool Reparent { get; set; }
Property Value
Type Description
System.Boolean

X

Declaration
[ExtenderControlProperty]
[ClientPropertyName("x")]
public int X { get; set; }
Property Value
Type Description
System.Int32

Y

Declaration
[ExtenderControlProperty]
[ClientPropertyName("y")]
public int Y { get; set; }
Property Value
Type Description
System.Int32

Methods

OnPreRender(EventArgs)

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

Implements