Click or drag to resize

PropertyKeyTCreateEditingController(Object) Method

Function to get a Gui controller in order to edit a property value.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override IMVCANController? CreateEditingController(
	Object originalValue
)

Parameters

originalValue  Object
The orignal property value.

Return Value

IMVCANController
The 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