Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static RangeControl GetOwnerRangeControl(
    DependencyObject element
)

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