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