Class UpdatePanelAnimationExtender
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts), 0)]
[RequiredScript(typeof(AnimationScripts), 1)]
[RequiredScript(typeof(AnimationExtender), 2)]
[ClientScriptResource("Sys.Extended.UI.Animation.UpdatePanelAnimationBehavior", "UpdatePanelAnimation")]
public class UpdatePanelAnimationExtender : AnimationExtenderControlBase, IControlResolver
- Inheritance
-
UpdatePanelAnimationExtender
- Implements
-
- Inherited Members
-
Constructors
public UpdatePanelAnimationExtender()
Properties
[Browsable(true)]
[ExtenderControlProperty]
[ClientPropertyName("alwaysFinishOnUpdatingAnimation")]
public bool AlwaysFinishOnUpdatingAnimation { get; set; }
Property Value
- bool
[ExtenderControlProperty]
[ClientPropertyName("childrenAsTriggers")]
public bool ChildrenAsTriggers { get; set; }
Property Value
- bool
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onUpdated")]
public Animation OnUpdated { get; set; }
Property Value
- Animation
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("onUpdating")]
public Animation OnUpdating { get; set; }
Property Value
- Animation
[Browsable(false)]
[ExtenderControlProperty(true, true)]
[ClientPropertyName("triggerControlsClientID")]
public string[] TriggerControlsClientID { get; }
Property Value
- string[]
Methods
public Control GetControl(string id)
Parameters
id
string
Returns
- Control
public Control GetTargetControl()
Returns
- Control
protected override void OnPreRender(EventArgs e)
Parameters
e
EventArgs
protected override void RenderScriptAttributes(ScriptBehaviorDescriptor descriptor)
Parameters
descriptor
ScriptBehaviorDescriptor