AjaxControlToolkit.UpdatePanelAnimationExtender.GetTargetControl C# (CSharp) Method

GetTargetControl() public method

Returns the UpdatePanel, whose updates are used to play animations (this is also the default target of animations)
public GetTargetControl ( ) : Control
return System.Web.UI.Control
        public Control GetTargetControl()
        {
            return TargetControl;
        }