AjaxControlToolkit.AnimationExtenderControlBase.ShouldSerializeAnimations C# (CSharp) Method

ShouldSerializeAnimations() private method

private ShouldSerializeAnimations ( ) : bool
return bool
        public bool ShouldSerializeAnimations()
        {
            if(DesignMode)
                return !String.IsNullOrEmpty(_animations);
            return false;
        }