RadControls for WinForms

Removes the binding for the specified property.

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

Syntax

C#
public ValueUpdateResult UnbindProperty(
	RadProperty boundProperty
)
Visual Basic
Public Function UnbindProperty ( _
	boundProperty As RadProperty _
) As ValueUpdateResult

Parameters

boundProperty
Type: Telerik.WinControls..::..RadProperty

Return Value

The result of the operation.

See Also