PropertyKeyTCreateEditingController(Object) 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 override IMVCANController? CreateEditingController(
Object originalValue
)
Parameters
- originalValue Object
- 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