PropertyKeyTCreateEditingController(T) Method |
Function to get a GUI controller in order to edit a property value.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual IMVCANController? CreateEditingController(
T originalValue
)
Parameters
- originalValue T
- The original property value.
Return Value
IMVCANControllerThe GUI controller used to edit this value, or
null if such a controller could not be created or the
EditingControllerCreation value was not set.
See Also