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