Show status bar at the bottom 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#
[DefaultValueAttribute(true)]
[C1CategoryAttribute("Category.Appearance")]
[BindableAttribute(false)]
public bool ShowStatusBar { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<C1CategoryAttribute("Category.Appearance")> _
<BindableAttribute(False)> _
Public Property ShowStatusBar As Boolean
	Get
	Set

See Also