Gets or sets a value that determines whether to display month navigator.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DefaultValueAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true, true, true)]
[ObsoleteAttribute("Please use NavigationButton property.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[C1CategoryAttribute("Category.Navigation")]
public bool ShowMonthNavigator { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
<DefaultValueAttribute(True)> _
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, True)> _
<ObsoleteAttribute("Please use NavigationButton property.")> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<C1CategoryAttribute("Category.Navigation")> _
Public Property ShowMonthNavigator As Boolean
	Get
	Set

See Also