Skip to main content
A newer version of this page is available. .

RenderHelper Members

Exposes static helper methods that create and set up ASP.NET Web controls.

Fields

Name Description
EventCancelBubbleCommand For internal use.

Properties

Name Description
RenderMode static Obsolete. This property is now obsolete. The Lightweight render mode is always used (see ControlRenderMode).

Methods

Name Description
CreateASPxButton() static Creates and sets up an instance of the ASPxButton control.
CreateASPxCheckBox() static Creates and sets up an instance of the ASPxCheckBox control.
CreateASPxColorEdit() static
CreateASPxComboBox() static Creates and sets up an instance of the ASPxComboBox control.
CreateASPxDateEdit() static Creates and sets up an instance of the ASPxDateEdit control.
CreateASPxHyperLink() static Creates and sets up an instance of the ASPxHyperLink control.
CreateASPxImage() static Creates and sets up an instance of the ASPxImage control.
CreateASPxLabel() static Creates and sets up an instance of the ASPxLabel control.
CreateASPxMemo() static Creates and sets up an instance of the ASPxMemo control.
CreateASPxMenu() static Creates and sets up an instance of the ASPxMenu control.
CreateASPxMenu(ControlRenderMode) static Obsolete. Creates and sets up an instance of the ASPxMenu control.
CreateASPxNavBar() static Creates and sets up an instance of the ASPxNavBar control.
CreateASPxPageControl() static Creates and sets up an instance of the ASPxPageControl control.
CreateASPxPopupMenu() static Creates and sets up an instance of the ASPxPopupMenu control.
CreateASPxRoundPanel() static Creates and sets up an instance of the ASPxRoundPanel control.
CreateASPxSpinEdit() static Creates and sets up an instance of the ASPxSpinEdit control.
CreateASPxTextBox() static Creates and sets up an instance of the ASPxTextBox control.
CreateTable() static Creates and sets up an instance of the TableEx control.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FromJSON<T>(String) static
GetCallbackEventReference(String, String, String, String, Boolean) static Obsolete. For internal use.
GetCallbackEventReference(String, String, String, String, String, Boolean) static Obsolete. For internal use.
GetCallbackEventReference(String, String, String, String) static Obsolete. For internal use.
GetCallbackEventReference(Control, String, String, String) static Obsolete. For internal use.
GetCallbackEventReference(Control, String, String) static Obsolete. For internal use.
GetCallbackEventReference(Control, String) static Obsolete. For internal use.
GetCallbackEventReference(Control) static Obsolete. For internal use.
GetFontStyle(WebControl) static Retrieves the font style used by a particular control.
GetForceButtonClickFunctionBody(ASPxButton) static Obsolete. This method is obsolete.
GetForceButtonClickFunctionName() static For internal use.
GetForceButtonClickFunctionName(ASPxButton) static Obsolete. This method is obsolete.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetPostBackEventReference(String, String) static Obsolete. For internal use.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
QuoteJScriptString(String, Boolean) static For internal use.
QuoteJScriptString(String) static For internal use.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ResetFontStyle(WebControl) static Removes all font styling for the specified control.
SetFontStyle(WebControl, FontStyle) static Changes the font style used by a particular control.
SetToolTip(HtmlControl, String) static Changes the tooltip text of a particular control.
SetToolTip(WebControl, String) static Changes the tooltip text of a particular control.
SetupASPxWebControl(ASPxWebControl) static Performs the setup of the given ASPxWebControl control.
SetupValidationSettings(ValidationSettings) static For internal use.
ToJSON(Object) static
ToString() Returns a string that represents the current object. Inherited from Object.
See Also