The following tables list the members exposed by Editor.
Public Properties
| Name | Description |
| DataType | Gets the data type for this editor. |
| HttpContext | Gets the HTTP context associated with this editor. |
| Key | Gets or sets the key that uniquely identifies this editor instance. |
Top
Protected Properties
| Name | Description |
| ValueConverter | Gets the value converter for converting values from and to string representation. |
Top
Public Methods
| Name | Description |
| BeginEdit | Enables the editor to populate its UI to the client and initiate the editing process. |
| EndEdit | Returns the edited value. |
| NewKey | Returns a new unique key that can be used to identify editor instance. |
Top
See Also