Click or drag to resize
KaxAjaxPanel Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsKaxAjaxControl
        Kettic.AspNet.ControlsKaxAjaxPanel

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxAjaxPanel : KaxAjaxControl, 
	IScriptControl

The KaxAjaxPanel type exposes the following members.

Constructors
  NameDescription
Public methodKaxAjaxPanel
Top
Methods
Properties
  NameDescription
Public propertyBackImageUrl
This property specifies the image that should be displayed as background in the AjaxPanel. If left blank, no background image is applied.
Public propertyClientEvents (Overrides KaxAjaxControlClientEvents.)
Public propertyHorizontalAlign
This property specifies the horizontal alignment of the KaxAjaxPanel contents.
Public propertyRenderMode
Public propertyWaitIndicatorID
Public propertyWrap
This property specifies the layout of the AjaxPanel. When this is set to FALSE, the AjaxPanel contents will not be wrapped to a new line no matter how wide the control is.
Top
See Also