|
Name |
Description |
 |
AddedControl |
Called after a child control is added to the Controls collection of the Control object. (Inherited from System.Web.UI.Control) |
 |
AddParsedSubObject |
Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object. (Inherited from System.Web.UI.Control) |
 |
BuildProfileTree |
Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page. (Inherited from System.Web.UI.Control) |
 |
ClearChildControlState |
Deletes the control-state information for the server control's child controls. (Inherited from System.Web.UI.Control) |
 |
ClearChildState |
Deletes the view-state and control-state information for all the server control's child controls. (Inherited from System.Web.UI.Control) |
 |
ClearChildViewState |
Deletes the view-state information for all the server control's child controls. (Inherited from System.Web.UI.Control) |
 |
Construct |
Performs design-time logic. (Inherited from System.Web.UI.TemplateControl) |
 |
CreateChildControls |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering. (Inherited from System.Web.UI.Control) |
 |
CreateControlCollection |
Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control. (Inherited from System.Web.UI.Control) |
 |
CreateResourceBasedLiteralControl |
Accesses literal strings stored in a resource. The CreateResourceBasedLiteralControl method is not intended for use from within your code. (Inherited from System.Web.UI.TemplateControl) |
 |
DataBindChildren |
Binds a data source to the server control's child controls. (Inherited from System.Web.UI.Control) |
 |
EnsureChildControls |
Determines whether the server control contains child controls. If it does not, it creates child controls. (Inherited from System.Web.UI.Control) |
 |
EnsureID |
Creates an identifier for controls that do not have an identifier assigned. (Inherited from System.Web.UI.Control) |
 |
Eval |
Overloaded. Evaluates a data-binding expression. (Inherited from System.Web.UI.TemplateControl) |
 |
FrameworkInitialize |
Overridden. |
 |
GetDesignModeState |
Gets design-time data for a control. (Inherited from System.Web.UI.Control) |
 |
GetElementsByType |
Gets List of controls by type. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase) |
 |
GetGlobalResourceObject |
Overloaded. Gets an application-level resource object based on the specified ClassKey and ResourceKey properties. (Inherited from System.Web.UI.TemplateControl) |
 |
GetLocalResourceObject |
Overloaded. Gets a page-level resource object based on the specified ResourceKey property. (Inherited from System.Web.UI.TemplateControl) |
 |
GetRequestBool |
Gets the request bool value. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase) |
 |
GetRequestDouble |
Gets the request double value. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase) |
 |
GetRequestValue |
Gets the request string value. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase) |
 |
GetTextStyle |
(Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase) |
 |
GetUniqueID |
Gets the unique ID. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPageBase) |
 |
HasEvents |
Returns a value indicating whether events are registered for the control or any child controls. (Inherited from System.Web.UI.Control) |
 |
IsLiteralContent |
Determines if the server control holds only literal content. (Inherited from System.Web.UI.Control) |
 |
LoadControlState |
Restores control-state information from a previous page request that was saved by the SaveControlState method. (Inherited from System.Web.UI.Control) |
 |
LoadViewState |
Restores the view-state information from a previous user control request that was saved by the SaveViewState method. (Inherited from System.Web.UI.UserControl) |
 |
MapPathSecure |
Retrieves the physical path that a virtual path, either absolute or relative, maps to. (Inherited from System.Web.UI.Control) |
 |
OnAbortTransaction |
Raises the AbortTransaction event. (Inherited from System.Web.UI.TemplateControl) |
 |
OnBubbleEvent |
Determines whether the event for the server control is passed up the page's UI server control hierarchy. (Inherited from System.Web.UI.Control) |
 |
OnCommitTransaction |
Raises the CommitTransaction event. (Inherited from System.Web.UI.TemplateControl) |
 |
OnDataBinding |
Raises the DataBinding event. (Inherited from System.Web.UI.Control) |
 |
OnError |
Raises the Error event. (Inherited from System.Web.UI.TemplateControl) |
 |
OnInit |
Raises the Init event. (Inherited from System.Web.UI.UserControl) |
 |
OnLoad |
Raises the Load event. (Inherited from System.Web.UI.Control) |
 |
OnPreRender |
Raises the PreRender event. (Inherited from Dundas.Charting.WebControl.Ajax.PropertyPagesAppearanceClassControl) |
 |
OnUnload |
Raises the Unload event. (Inherited from System.Web.UI.Control) |
 |
OpenFile |
Gets a Stream used to read a file. (Inherited from System.Web.UI.Control) |
 |
Page_Load |
(Inherited from Dundas.Charting.WebControl.Ajax.PropertyPagesAppearanceClassControl) |
 |
RaiseBubbleEvent |
Assigns any sources of the event and its information to the control's parent. (Inherited from System.Web.UI.Control) |
 |
RemovedControl |
Called after a control is removed from the Controls collection of another control. (Inherited from System.Web.UI.Control) |
 |
Render |
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client. (Inherited from System.Web.UI.Control) |
 |
RenderChildren |
Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client. (Inherited from System.Web.UI.Control) |
 |
ResolveAdapter |
Gets the control adapter responsible for rendering the specified control. (Inherited from System.Web.UI.Control) |
 |
SaveControlState |
Saves any server control state changes that have occurred since the time the page was posted back to the server. (Inherited from System.Web.UI.Control) |
 |
SaveViewState |
Saves any user control view-state changes that have occurred since the last page postback. (Inherited from System.Web.UI.UserControl) |
 |
SetDesignModeState |
Sets design-time data for a control. (Inherited from System.Web.UI.Control) |
 |
TrackViewState |
Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object. This object is accessible through the ViewState property. (Inherited from System.Web.UI.Control) |
 |
XPath |
Overloaded. Evaluates an XPath data-binding expression. (Inherited from System.Web.UI.TemplateControl) |
 |
XPathSelect |
Overloaded. Evaluates an XPath data-binding expression and returns a node collection that implements the IEnumerable interface. (Inherited from System.Web.UI.TemplateControl) |