Version

Infragistics.WebUI.Shared.Render Namespace

Classes
 ClassDescription
ClassUIElement Abstraction of a rectangular UI element within the scene graph.
ClassUIElementEnumerator Type-specific enumerator class for enumerating over the UIElement objects of the UIElementsCollection
ClassUIElementsCollection A collection of UIElement objects.
ClassUIHierarchyNode Implementation of the IUIHierarchyNode interface responsible for wrapping an individual UIElement and holding it within its place in the hierarchically-structured render-time scene graph.
Interfaces
 InterfaceDescription
InterfaceIUIHierarchyBuilder A basic interface implemented by UIHierarchyNode to allow internal consumers to construct hierarchical structures of related UIElements.
InterfaceIUIHierarchyNode Container of an abstract UIElement within the hierarchical tree structure of the rendering scene graph.
InterfaceIUIHierarchyNodeEnumerator A strongly-typed interface derived from IEnumerator that supports a IUIHierarchyNode-typed Current property.
InterfaceIUIHierarchyNodeList Interface implemented by strongly-typed containers of one or more IUIHierarchyNode instances.
See Also