Specifies whether or not the toolbar item has a drop-down button in the left side.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public bool HasDropDownButton { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
Public Property HasDropDownButton As Boolean

See Also