Click or drag to resize

PropertyGridController(Object) Constructor

Initializes a new instance of the PropertyGridController class for an arbitrary object.

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
)

Parameters

value  Object
The value.
See Also