Click or drag to resize
XmlHttpPanelRenderMode Enumeration
Represents the possible layout rendering options for the content of an KaxXmlHttpPanel control on a page.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum XmlHttpPanelRenderMode
Members
  Member nameValueDescription
Block0 Specifies that the content of the KaxXmlHttpPanel control is rendered inside an HTML "div" element.
Inline1 Specifies that the content of the System.Web.UI.UpdatePanel control is rendered inside an HTML "span" element.
See Also