Class DependencyObjectExtensions
Holds extension methods for System.
Inheritance
System.Object
DependencyObjectExtensions
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class DependencyObjectExtensions : Object
Methods
IsLocalValueSet(DependencyObject, DependencyProperty)
Determines whether the specified dependency property local value is set.
Declaration
public static bool IsLocalValueSet(this DependencyObject dependencyObject, DependencyProperty property)
Parameters
System. The dependency object. |
System. The property. |
Returns
System.
|
See Also
System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)