PropertyKeyTCanCreateEditingController Property |
Gets a value indicating whether this key contains a function that returns a Gui controller to edit the property value.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override bool CanCreateEditingController { get; }
Property Value
Booleantrue if this key has edit property function; otherwise,
false.
See Also