New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
value
Telerik.Web.UI.XmlHttpPanelEventArgs : Sys.CancelEventArgs
Inheritance Hierarchy
- Sys.CancelEventArgs
- Telerik.Web.UI.XmlHttpPanelEventArgs
Methods
get_content
Gets the HTML content that will be rendered inside the RadXmlHttpPanel control.
Parameters
Returns
String
set_content
Sets an HTML content that will be rendered inside the RadXmlHttpPanel control.
Parameters
value String
A string representing the HTML content.
Returns
None