Skip to main content
A newer version of this page is available. .

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

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