Click or drag to resize

XAMLHelperGetPropertyValueFromPath Method

Returns the value of the property described by the path.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static Object GetPropertyValueFromPath(
	Object source,
	string path
)

Parameters

source
Type: SystemObject
The object where to start finding the property
path
Type: SystemString
The path of the property separated by period (.)

Return Value

Type: Object
The value of the property
See Also