Gets or sets whether the preview area is displayed.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [JsonAttribute(true, true, false)] [C1CategoryAttribute("Category.Preview")] [DefaultValueAttribute(false)] public bool AllowPreview { get; set; } |
Visual Basic |
---|
<NotifyParentPropertyAttribute(True)> _ <JsonAttribute(True, True, False)> _ <C1CategoryAttribute("Category.Preview")> _ <DefaultValueAttribute(False)> _ Public Property AllowPreview As Boolean Get Set |