Gets or sets a value that determines whether the tool bar is displayed.

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

Syntax

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

See Also