RadControls for WinForms

Resets the current value of the specified property. This method will remove any effective value modifier (such as style or animation setting) for the specified property.

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

Syntax

C#
public ValueUpdateResult ResetValue(
	RadProperty property
)
Visual Basic
Public Function ResetValue ( _
	property As RadProperty _
) As ValueUpdateResult

Parameters

property
Type: Telerik.WinControls..::..RadProperty
The RadProperty that should be reset.

Return Value

The result of the operation.

See Also