Resets the Style modifier for the specified property. Will reset all properties if null is passed.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)
Syntax
| C# |
|---|
public virtual void ResetStyleSettings(
bool recursive,
RadProperty property
) |
| Visual Basic |
|---|
Public Overridable Sub ResetStyleSettings ( _
recursive As Boolean, _
property As RadProperty _
) |
See Also