RadControls for WinForms

Allows RadObject inheritors to replace RadProperty instances with another one.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public delegate RadProperty MapPropertyDelegate(
	RadProperty request
)
Visual Basic
Public Delegate Function MapPropertyDelegate ( _
	request As RadProperty _
) As RadProperty

Return Value

See Also