Click or drag to resize

PropertyGridController(Object, String) Constructor

Initializes a new instance of the PropertyGridController class for a basic type, like string, int, double and so on.

Namespace: Altaxo.Gui.Common.PropertyGrid
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PropertyGridController(
	Object value,
	string labelForBasicType
)

Parameters

value  Object
The value.
labelForBasicType  String
Label that is shown next to the edit box.
See Also