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 ValidatorCalloutExtender

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

Constructors

ValidatorCalloutExtender()

Declaration
public ValidatorCalloutExtender()

Properties

CloseImageUrl

Declaration
[ClientPropertyName("closeImageUrl")]
[ExtenderControlProperty]
public string CloseImageUrl { get; set; }
Property Value
Type Description
System.String

CssClass

Declaration
[ClientPropertyName("cssClass")]
[ExtenderControlProperty]
public string CssClass { get; set; }
Property Value
Type Description
System.String

HighlightCssClass

Declaration
[ClientPropertyName("highlightCssClass")]
[ExtenderControlProperty]
public string HighlightCssClass { get; set; }
Property Value
Type Description
System.String

OnHide

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

OnShow

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

PopupPosition

Declaration
[ExtenderControlProperty]
[ClientPropertyName("popupPosition")]
public virtual ValidatorCalloutPosition PopupPosition { get; set; }
Property Value
Type Description
ValidatorCalloutPosition

WarningIconImageUrl

Declaration
[ClientPropertyName("warningIconImageUrl")]
[ExtenderControlProperty]
public string WarningIconImageUrl { get; set; }
Property Value
Type Description
System.String

Width

Declaration
[ClientPropertyName("width")]
[ExtenderControlProperty]
public Unit Width { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.Unit

Methods

OnPreRender(EventArgs)

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

Implements