Back to Devexpress

DateRangeControl.GetDateRangeControl(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-editors-dot-daterangecontrol-dot-getdaterangecontrol-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.6 KB
Original Source

DateRangeControl.GetDateRangeControl(DependencyObject) Method

Gets the value of the DateRangeControl.DateRangeControl attached property for the specified DateRangeControl.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static DateRangeControl GetDateRangeControl(
    DependencyObject element
)
vb
Public Shared Function GetDateRangeControl(
    element As DependencyObject
) As DateRangeControl

Parameters

NameTypeDescription
elementDependencyObject

The element for which the attached property value is required.

|

Returns

TypeDescription
DateRangeControl

Returns the value of the attached property.

|

See Also

DateRangeControl Class

DateRangeControl Members

DevExpress.Xpf.Editors Namespace