ClassRadDependencyObject
Class
Definition
Namespace:Telerik.Windows.Base
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public abstract class RadDependencyObject
Inheritance: objectRadDependencyObject
Constructors
RadDependencyObject()
Declaration
cs-api-definition
protected RadDependencyObject()
Methods
GetValue(RadDependencyProperty)
Declaration
cs-api-definition
public object GetValue(RadDependencyProperty dependencyProperty)
Parameters
dependencyProperty
Returns
OnPropertyChanged(RadDependencyPropertyChangedEventArgs)
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(RadDependencyPropertyChangedEventArgs e)
Parameters
e
SetValue(RadDependencyProperty, object)
Declaration
cs-api-definition
public void SetValue(RadDependencyProperty dependencyProperty, object value)
Parameters
dependencyProperty
value