Holds extension methods for DependencyObject class.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class DependencyObjectExtensions
Inheritance: objectDependencyObjectExtensions
Methods
Determines whether the specified dependency property local value is set.
C#
public static bool IsLocalValueSet(this DependencyObject dependencyObject, DependencyProperty property)
The dependency object.
propertyDependencyPropertyThe property.
Returns: