Click or drag to resize

PropertyGridControllerTryGetControllerAndControl Method

Tries to create a controller for the specified value.

Namespace: Altaxo.Gui.Common.PropertyGrid
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected IMVCAController? TryGetControllerAndControl(
	Object? value,
	Type valueType
)

Parameters

value  Object
The current value.
valueType  Type
The value type.

Return Value

IMVCAController
The controller if one could be created; otherwise, .
See Also