Determines whether the calendar is in popup mode. User has to call client side methods PopupAt/PopupBeside to popup the calendar.

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

Syntax

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

See Also