An image shown on the left side of the C1Window title area.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("An image shown on the left side of the C1Window title area.")]
public CaptionElement Icon { get; }
Visual Basic
<JsonAttribute(True)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<NotifyParentPropertyAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<DescriptionAttribute("An image shown on the left side of the C1Window title area.")> _
Public ReadOnly Property Icon As CaptionElement
	Get

See Also