For a list of all members of this type, see DataMenuRenderer members.
| Name | Description | |
|---|---|---|
![]() | RenderContainer | Renders the scrolling container DIV, along with the scroll buttons. |
![]() | RenderItem | Renders a specific item of the tree. |
![]() | RenderItems | Renders the items of the dataTree starting with the Root level items. |
| Name | Description | |
|---|---|---|
![]() | AddAttributesToRender | Adds all of the standard attributes to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
![]() | AddClass | Overloaded. A helper method that adds the Class attribute to a HTML element. |
![]() | AddStandardAttributesToRender | Overloaded. Adds attributes from the Attributes collection of the control to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
![]() | AddStandardPropertiesToRender | Adds standard properties of a WebControl to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
![]() | AddStyleAttributeToRender | Adds style attribute to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
![]() | AddXAttribute | Overloaded. Writes multiple attribute string to the HtmlTextWriter (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
![]() | AddXAttributeToClassName | Write class to writer with extra attribute. That method can be used only for the html element of main control which has normal id. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
![]() | NewLine | Writes a newline character combination to the output stream when DEBUG is defined. Performs a no-op otherwise. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
![]() | RenderClientStateField | Renders a hidden data field where clientState can be stored for the page submit and sent back to the server (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
![]() | RenderCommonScrollerSettings | Renders the A tag for the scroller buttons. |
![]() | RenderFirstScroller | Renders the first scroll button. It is always rendered hidden. |
![]() | RenderItemClass | Renders all node specific classes |
![]() | RenderScrollIcons | Renders the SPAN for the scroll icon. The idea is that the anchor can be used to set background image like gradient and etc. While the span will display the real button image, like small triangle. It will apply a common MenuScrollIcon class for each span, where common settings can be groupped. And also it will apply specific CSS class for each scroll icon be it top/left/right or bottom. |
![]() | RenderSecondScroller | Renders second scroller button. |