Sets or returns the width of the icon bar drawn on the side of the groups.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(typeof(Unit), "")] [NotifyParentPropertyAttribute(true)] public Unit IconBarWidth { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(GetType(Unit), "")> _ <NotifyParentPropertyAttribute(True)> _ Public Property IconBarWidth As Unit |