Class ValidatorCalloutExtender
Inheritance
System.Object
ValidatorCalloutExtender
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
OnShow
Declaration
[ClientPropertyName("onShow")]
[ExtenderControlProperty]
public Animation OnShow { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
[ClientPropertyName("popupPosition")]
public virtual ValidatorCalloutPosition PopupPosition { get; set; }
Property Value
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