Gets or sets the width of the image set in the CaptionImageUrl property of the C1WebGroupHeader styles.

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

Syntax

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

See Also