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