Gets or sets an integer value representing the number of
CalendarView
views that will be scrolled when the user clicks on a fast navigation link.
Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property FastNavigationStep As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As Integer
instance.FastNavigationStep = value
value = instance.FastNavigationStep
|
| C# | |
|---|
public int FastNavigationStep {get; set;} |
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also