Sets or returns the width of the icon bar drawn on the side of submenus.

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

Syntax

C#
[DefaultValueAttribute(typeof(Unit), "")]
[NotifyParentPropertyAttribute(true)]
public Unit SubMenuIconBarWidth { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(GetType(Unit), "")> _
<NotifyParentPropertyAttribute(True)> _
Public Property SubMenuIconBarWidth As Unit

See Also