Gets or sets a value indicating whether an arrow is displayed on the C1ToolBarDropDownList item, which indicates that further options are available in a drop-down list.

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

Syntax

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

See Also