Click or drag to resize

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.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override bool CanCreateEditingController { get; }

Property Value

Boolean
true if this key has edit property function; otherwise, false.
See Also