Click or drag to resize
KaxXmlHttpPanelRenderMode Property
Gets or sets a value that indicates how the content of an KaxXmlHttpPanel control will be wrapped on a page. Inline means the content will be wrapped in a span tag (Default), while Block means that the content will be wrapped in a div.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public XmlHttpPanelRenderMode RenderMode { get; set; }

Property Value

Type: XmlHttpPanelRenderMode
See Also