RenderHelper Methods
Exposes static helper methods that create and set up ASP.NET Web Forms controls.| 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. |
| 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 | |
| GetDXFontStyle(WebControl) static | |
| GetFontStyle(WebControl) static | Retrieves the font style used by a particular control. |
| GetForceButtonClickFunctionName() static | For internal use. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| 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(FontInfo, DXFontStyle) static | |
| SetFontStyle(FontInfo, FontStyle) static | For internal use. |
| SetFontStyle(WebControl, DXFontStyle) static | |
| 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