Telerik.Web.Mvc.UI.EffectsBuilderBase.Expand C# (CSharp) Method

Expand() public method

Enables expand animation.
public Expand ( ) : EffectsBuilderBase
return EffectsBuilderBase
        public EffectsBuilderBase Expand()
        {
            container.Container.Add(new PropertyAnimation(PropertyAnimationType.Height));

            return this;
        }

Same methods

EffectsBuilderBase::Expand ( Action setEffectProperties ) : EffectsBuilderBase