RangeControl.GetOwnerRangeControl(DependencyObject) Method
In This Article
Gets the value of the RangeControl.OwnerRangeControl attached property for a specific object.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static RangeControl GetOwnerRangeControl(
DependencyObject element
)
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
A Dependency |
#Returns
Type | Description |
---|---|
Range |
The value of the Range |
See Also