Specifies the transition for the expand animation.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute(Easing.EaseLinear)]
[NotifyParentPropertyAttribute(true)]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, Easing.EaseLinear)]
public Easing ExpandEasing { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute(Easing.EaseLinear)> _
<NotifyParentPropertyAttribute(True)> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, Easing.EaseLinear)> _
Public Property ExpandEasing As Easing
	Get
	Set

Field Value

The default value is EaseLinear()()()().

See Also