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.PropertyGridAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PropertyGridController(
Object value,
string labelForBasicType
)
Parameters
- value Object
- The value.
- labelForBasicType String
- Label that is shown next to the edit box.
See Also