Button that reloads the C1WebDialog content set by the ContentUrl()()()() property.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [RefreshPropertiesAttribute(RefreshProperties.All)] [NotifyParentPropertyAttribute(true)] public CaptionButton ReloadButton { get; } |
Visual Basic (Declaration) |
---|
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <NotifyParentPropertyAttribute(True)> _ Public ReadOnly Property ReloadButton As CaptionButton Get |