DateNavigator.GetNavigator(DependencyObject) Method
In This Article
Gets the value of the DateNavigator.Navigator attached property for the specified object.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
The object from which the property value is read. |
#Returns
Type | Description |
---|---|
Date |
The value of the Date |
See Also