Button that reloads the C1Window content set by the ContentUrl property.

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

Syntax

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

See Also