XmlHttpPanelRenderMode Enumeration |
Represents the possible layout rendering options for the content of an KaxXmlHttpPanel control on a page.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum XmlHttpPanelRenderMode
Public Enumeration XmlHttpPanelRenderMode
public enum class XmlHttpPanelRenderMode
type XmlHttpPanelRenderMode
Members
| Member name | Value | Description |
---|
| Block | 0 |
Specifies that the content of the KaxXmlHttpPanel control is rendered inside an HTML "div" element.
|
| Inline | 1 |
Specifies that the content of the System.Web.UI.UpdatePanel control is rendered inside an HTML "span" element.
|
See Also