Click or drag to resize

PropertyGridControllerValueInfo(String, Type, MethodInfo, Object, IMVCAController) Constructor

Initializes a new instance of the PropertyGridControllerValueInfo class.

Namespace: Altaxo.Gui.Common.PropertyGrid
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ValueInfo(
	string name,
	Type valueType,
	MethodInfo method,
	Object? value,
	IMVCAController controller
)

Parameters

name  String
The display name of the value.
valueType  Type
The type of the value.
method  MethodInfo
The method that provides the value.
value  Object
The current value.
controller  IMVCAController
The controller used to edit the value.
See Also