PropertyKeyTEditingControllerCreation Property |
Sets a function, that provides a Gui controller for the property value.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Func<T, IMVCANController> EditingControllerCreation { set; }
Property Value
FuncT,
IMVCANController
The edit property function.
See Also