DateRangeControl.GetDateRangeControl(DependencyObject) Method
In This Article
Gets the value of the DateRangeControl.DateRangeControl attached property for the specified DateRangeControl.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static DateRangeControl GetDateRangeControl(
DependencyObject element
)
#Parameters
Name | Type | Description |
---|---|---|
element | Dependency |
The element for which the attached property value is required. |
#Returns
Type | Description |
---|---|
Date |
Returns the value of the attached property. |
See Also