| ValueEditorContext Methods |
The ValueEditorContext type exposes the following members.
| Name | Description | |
|---|---|---|
| GetValueT |
Takes the value, tries to cast it to the specified type and returns it.
| |
| TryGetValueT |
Tries to take the value, cast it to the specified type and return it. If value isn't of expected type, false is returned.
|