Gets or sets whether the month/year fast navigation controls in the title section will be
enabled.
Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property EnableMonthYearFastNavigation As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As Boolean
instance.EnableMonthYearFastNavigation = value
value = instance.EnableMonthYearFastNavigation
|
| C# | |
|---|
public bool EnableMonthYearFastNavigation {get; set;} |
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also