Click or drag to resize

PropertyGridControllerTryGetControllerAndControl Method

[Missing <summary> documentation for "M:Altaxo.Gui.Common.PropertyGrid.PropertyGridController.TryGetControllerAndControl(System.Object,System.Type)"]


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

Parameters

value  Object

[Missing <param name="value"/> documentation for "M:Altaxo.Gui.Common.PropertyGrid.PropertyGridController.TryGetControllerAndControl(System.Object,System.Type)"]

valueType  Type

[Missing <param name="valueType"/> documentation for "M:Altaxo.Gui.Common.PropertyGrid.PropertyGridController.TryGetControllerAndControl(System.Object,System.Type)"]

Return Value

IMVCAController

[Missing <returns> documentation for "M:Altaxo.Gui.Common.PropertyGrid.PropertyGridController.TryGetControllerAndControl(System.Object,System.Type)"]

See Also