PropertyGridControllerValueInfo(String, PropertyInfo, Object, IMVCAController) Constructor |
Namespace: Altaxo.Gui.Common.PropertyGridAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ValueInfo(
string name,
PropertyInfo propertyInfo,
Object? value,
IMVCAController controller
)
Parameters
- name String
- The display name of the value.
- propertyInfo PropertyInfo
- The property that provides the value.
- value Object
- The current value.
- controller IMVCAController
- The controller used to edit the value.
See Also