Show navigation bar at the top of the schedule view.

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

Syntax

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

See Also