| 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 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:
ObjectThe value of the property
See Also