Click or drag to resize
UILayoutPaneUsePseudoCloseCallback Property
Determines whether to use 'PseudoClose' callback for closing the pane. By default the value is true only when RenderAs==HtmlTextWriterTag.Iframe.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public bool UsePseudoCloseCallback { get; set; }

Property Value

Type: Boolean
See Also