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

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

Syntax

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

See Also