The following tables list the members exposed by IProvidesEmbeddableEditor.
| Name | Description | |
|---|---|---|
![]() | EditorClientID | Returns the control's client-side unique ID (read-only) |
![]() | EditorID | Returns the control's ID (read-only) |
| Name | Description | |
|---|---|---|
![]() | CanEditType | Returns true if provided type can be edited by the editor. |
![]() | CanRenderType | Returns true if provided type can be rendered by the editor. |
![]() | RenderValue | 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. |


