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.3179.0 (4.8.3179.0)
Syntax public virtual IMVCANController? CreateEditingController(
T originalValue
)
Parameters
- originalValue T
- The orignal 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