Gets or sets the slide style while month swapping.

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

Syntax

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

See Also