Gets or sets if toolbar item is Visible.

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

Syntax

C#
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
[LayoutAttribute(LayoutType.Behavior)]
public bool DisplayVisible { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, True)> _
<DefaultValueAttribute(True)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property DisplayVisible As Boolean
	Get
	Set

Remarks

This means that toolbar item html markup will be actually rendered into destination page but display style will be none.

See Also