Infragistics2.WebUI.Shared.v7.3
IProvidesEmbeddableEditor Interface Members
See Also  Properties  Methods 
Infragistics.WebUI.Shared Namespace : IProvidesEmbeddableEditor Interface


The following tables list the members exposed by IProvidesEmbeddableEditor.

Public Properties

 NameDescription
 PropertyEditorClientID Returns the control's client-side unique ID (read-only)  
 PropertyEditorID Returns the control's ID (read-only)  
Top

Public Methods

 NameDescription
 MethodCanEditType Returns true if provided type can be edited by the editor.  
 MethodCanRenderType Returns true if provided type can be rendered by the editor.  
 MethodRenderValue Returns rendered HTML string from provided value. If the value parameter is null current value should be rendered. In case of undetermined current value null should be returned.  
Top

See Also