IEditorElement.GetValue method
Namespace: NextDesign.Core
Description
Gets the value corresponding to this editor element.
If this editor element corresponds to a field, calling this method is equivalent to this.Model.GetField(this.Path).
If this editor element corresponds to a class, calling this method is equivalent to this.Model.
Return value
- object