ClassRadXmlHttpPanel
Represents the RadXmlHttpPanel for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadXmlHttpPanel : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadXmlHttpPanel
Inherited Members
Constructors
RadXmlHttpPanel()
Initializes a new instance of the RadXmlHttpPanel class.
Declaration
public RadXmlHttpPanel()
RadXmlHttpPanel(Element)
Initializes a new instance of the RadXmlHttpPanel class.
Properties
ClientId
Get the client Id of the XmlHttpPanel control.
ClientSideLocator
Get the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
DomElement
Gets the DOM element of this control.
DomElementClass
Gets the DOM element class for this control.
DomElementStyle
Gets the DOM element style for this control.
Html
Get/Sets the XmlHttpPanel Html.
LocatorExpression
Get the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Value
Get/Sets the XmlHttpPanel value that is passed to the RadXmlHttpPanel.
Methods
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.