Gets or sets the number of months to swap after clicking the quick-navigation button.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[JsonAttribute(true, true, )] [C1CategoryAttribute("Category.Navigation")] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public int QuickNavigationStep { get; set; } |
Visual Basic |
---|
<JsonAttribute(True, True, )> _ <C1CategoryAttribute("Category.Navigation")> _ <DefaultValueAttribute()> _ <NotifyParentPropertyAttribute(True)> _ Public Property QuickNavigationStep As Integer Get Set |