Click or drag to resize

PropertyKeyTEditingControllerCreation Property

Sets a function, that provides a Gui controller for the property value.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Func<T, IMVCANController> EditingControllerCreation { set; }

Property Value

FuncT, IMVCANController
The edit property function.
See Also