RangeControl.GetOwnerRangeControl(DependencyObject) Method
Gets the value of the RangeControl.OwnerRangeControl attached property for a specific object.
Namespace: DevExpress.Xpf.Editors.RangeControl
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
element | DependencyObject | A DependencyObject whose RangeControl.OwnerRangeControl property value is to be returned. |
Returns
Type | Description |
---|---|
RangeControl | The value of the RangeControl.OwnerRangeControl property for a specific object. |
See Also