Show the view selection bar at the top of the control.

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

Syntax

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

See Also