Version

SmartRenderer Class Members

The following tables list the members exposed by SmartRenderer.

Public Constructors
 NameDescription
Public ConstructorSmartRenderer ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldClientAttributeOfIDThis is the name of the attribute which is used by java-script to find the reference to control. The value of that attribute should contain the ClientID.  
Public FieldscriptPrioriry  
Protected Fields
Public Properties
 NameDescription
Public PropertyClientID  
Public PropertyDebug  
Public PropertyDesignMode  
Public PropertyPage  
Public PropertyUniqueID  
Protected Properties
 NameDescription
Protected PropertyStructures  
Public Methods
 NameDescription
Public MethodAppendStyleThis method supports the internal Infragistics infrastructure and is not intended for use from application code.  
Public MethodPreRender  
Public MethodRenderContents  
Public MethodRenderControlCreate  
Public MethodRenderControlCreateString  
Public MethodRenderControlScript  
Public MethodRenderPostDataField  
Public MethodRenderStyle  
Protected Methods
 NameDescription
Protected MethodRenderClientEvents  
Protected MethodRenderClientPropertiesResponsible for rendering javascript array of all client properties, events, objects and collections Calls helper methods to render each in turn. That method is called to render parameter for initialization (constructor) java-script function.  
Protected MethodRenderCollectionProperties  
Protected MethodRenderControlProperties  
Protected MethodRenderObjectProperties  
Protected MethodRenderProperty  
Protected MethodRenderPropertyArray  
Protected MethodRenderPropertyStyleAppend Style-property to buffer without quotes and commas. The written value consists from public, internal and autogenerated Css names. This method is used by calendar renderer.  
See Also