PropertyGridControllerTryGetControllerAndControl Method |
Tries to create a controller for the specified value.
Namespace: Altaxo.Gui.Common.PropertyGridAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected IMVCAController? TryGetControllerAndControl(
Object? value,
Type valueType
)
Parameters
- value Object
- The current value.
- valueType Type
- The value type.
Return Value
IMVCAControllerThe controller if one could be created; otherwise,
.
See Also