Button that closes the C1Window.

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

Syntax

C#
[JsonAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Button that closes the C1Window.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[NotifyParentPropertyAttribute(true)]
public CaptionButton CloseButton { get; }
Visual Basic
<JsonAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<DescriptionAttribute("Button that closes the C1Window.")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<NotifyParentPropertyAttribute(True)> _
Public ReadOnly Property CloseButton As CaptionButton
	Get

See Also