DateNavigator.SetNavigator(DependencyObject, DateNavigator) Method
In This Article
Sets 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 to which the attached property is written. |
value | Date |
The required Date |
See Also