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.3572.0 (4.8.3572.0)
Syntaxpublic Func<T, IMVCANController> EditingControllerCreation { set; }Property Value
FuncT,
IMVCANController
The edit property function.
See Also