RadControls for WPF

Retrieves the value of a property of an object instance. Used to generate dynamic methods to bypass reflection.

Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.403.40

Syntax

C#
public delegate Object GetPropertyValueDelegate(
	Object instance
)
Visual Basic
Public Delegate Function GetPropertyValueDelegate ( _
	instance As Object _
) As Object

Parameters

instance
Type: System..::..Object

See Also