Gets or sets a value that determines whether can change the view to month/year/decade while clicking on the calendar title.

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
[C1CategoryAttribute("Category.Navigation")]
public bool AllowQuickPick { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, True)> _
<DefaultValueAttribute(True)> _
<C1CategoryAttribute("Category.Navigation")> _
Public Property AllowQuickPick As Boolean
	Get
	Set

See Also